Skip to content

Releases: wxnnvs/UberEatsScraper

UberEats Scraper v1.4.1

18 Mar 16:08
Compare
Choose a tag to compare

fix #4
docker run --rm -it -v .:/app/countries wxnnvs/ubereats-scraper --country <countrycode>
python main.py --country <countrycode>

UberEats Scraper v1.4

17 Mar 12:56
Compare
Choose a tag to compare

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

12 Mar 16:45
Compare
Choose a tag to compare
  • handle ctrl+C
  • reformat output to JSON

docker run --rm -it -v .:/app/countries wxnnvs/ubereats-scraper

UberEats Scraper v1.2

11 Mar 11:18
Compare
Choose a tag to compare

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

11 Mar 10:01
Compare
Choose a tag to compare
  1. Install Docker
  2. Run docker run --rm -it -v .:/app/countries wxnnvs/ubereats-scraper in a dedicated folder
  3. The program will deploy automaticly

Results can be found in your folder

UberEats Scraper v1

07 Mar 18:23
Compare
Choose a tag to compare

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

04 Mar 16:51
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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)