wxnnvs / UberEatsScraper

scrape Uber Eats
2 stars 1 forks source link

Support passing the country #1

Closed D-stefaang closed 6 months ago

D-stefaang commented 6 months ago

You could use argparse to scan a single country / city.

python main.py --country be --city ghent
wxnnvs commented 6 months ago

fixed here, here and here release usage: python main.py -c be or python main.py -c be fr de

wxnnvs commented 6 months ago

I will add city specific scraping later on