fs_scraper

fs_scraper is a web scraper for FjalorShqip.

Install the cli tool

Prerequirements:

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

shell script cargo install fs_scraper

Example usage

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

shell script fs_scraper -q fjalor

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

shell script fs_scraper -s -o fjalorshqip.json -j

Show app usage for more flags and options

shell script fs_scraper --help