fs_scraper 0.1.1

A scraper for [FjalorShqip](https://fjalorshqip.com).
Documentation

fs_scraper

fs_scraper is a web scraper for FjalorShqip.

Install the cli tool

Prerequirements:

  • Install cargo on your machine
  • Add ~/.cargo/bin to your path

If you already have cargo installed and added to the path then you can install fs_scraper by running the following command.

cargo install fs_scraper

Example usage

Search for a single query (The query should be at least two characters long).

fs_scraper -q fjalor

Scrape the whole database and save the data as json in a fjalorshqip.json

fs_scraper -s -o fjalorshqip.json -j

Show app usage for more flags and options

fs_scraper --help