No description
- Python 100%
| .env_example | ||
| .gitignore | ||
| Readme.md | ||
| requirements.txt | ||
| scrape.py | ||
Bidfta scraper
Small scripts to scrape Bidfta (an Amazon-return reseller) into a simple .json
How to use
pip install -r requirements.txt
- Configure variables in .env file
LOCATION_ID = 1 # you can find this by going to https://www.bidfta.com/items and selecting a location as a filter, it will be the number after "&locations=" in the url
- run
scrape.py
it will output as a file called Output.json