wxnnvs / UberEatsScraper

scrape Uber Eats
2 stars 1 forks source link

UberEatsScraper

Scrape a hell lot of Uber Eats shops and their URL

Installation (Manual)

  1. Install Python 3
  2. Download the latest release to a dedicated folder
  3. Run pip install -r requirements.txt to install all modules
  4. Run python3 main.py

Results can be found under the countries folder

Installation (Docker)

  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 the folder you ran the container in