-
Install dependencies (if not installed):
pip install -r requirements.txt
-
Prepare a CSV file with locations (example:
locations.csv). -
Run the scraper:
python script.py -i locations.csv -o partners.csv
-
The scraped partners will be saved in
partners.csv.
Done.
PS: Uses cache for repeated runs.