Releases: wxnnvs/UberEatsScraper
UberEats Scraper v1.4.1
UberEats Scraper v1.4
fixed #1
python main.py -c <countrycode>
to scrape a specific country
or python main.py -c <countrycode1> <countrycode2> ...
to scrape multiple countries
pass no arguments to scrape all countries
docker: docker run --rm -it -v .:/app/countries wxnnvs/ubereats-scraper -c <countrycode>
same usage as normal
UberEats Scraper v1.3
- handle ctrl+C
- reformat output to JSON
docker run --rm -it -v .:/app/countries wxnnvs/ubereats-scraper
UberEats Scraper v1.2
Small visual fixes including:
- clearing screen on start
- full country names instead of country codes
docker run --rm -it -v .:/app/countries wxnnvs/ubereats-scraper
UberEats Scraper v1.1 Docker Update
- Install Docker
- Run
docker run --rm -it -v .:/app/countries wxnnvs/ubereats-scraper
in a dedicated folder - The program will deploy automaticly
Results can be found in your folder
UberEats Scraper v1
Fetches all cities and their URL from all countries and all shops and their URL from those cities
download source code.zip
or source code.tar.gz
and unpack to use
Initial release
returns the available shops for a category and their uber eats link
url format: https://www.ubereats.com/be/category/<location>/<food category>
(example: https://www.ubereats.com/be/category/gent-flandre-orientale/fast-food
)