Skip to content

sophianachiba/maize-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instruction.

1. Create virtualenv:
virtualenv -p /usr/bin/python3 street-food-scraper

2. Activate:
cd street-food-scraper && source bin/activate

3. Clone project:
git clone https://github.com/kirimaks/street-food-scraper.git && cd street-food-scraper

4. Install requirements:
pip install -r requirements.txt

5. Run scraper:
cd street_food 
scrapy crawl get-food-yelp -o yelp-data.csv                 # Get data from yelp.com
scrapy crawl get-food-offthegrid -o offthegrid-data.csv     # Get data from offthegrid.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages