Skip to content

wxnnvs/UberEatsScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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