Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Web Scraper

Project

Scrape data from a regularly updated website (e.g. cafeteria's weekly lunch menu, local bank interest rates, Groupon/LivingSocial/etc deals), save to a database (postgres), hook up to a cron job, and use the Data Visualization tutorial to play with different visualization techniques.

Full Source

Within your terminal:

  • Create database for storing scraped data
  • (WebScraperProj) $ cd new-coder/scrape/lib/full_source/tutorial/tutorial
  • Edit settings.py and set your database settings
  • (WebScraperProj) $ scrapy crawl livingsocial

Running tests

Within your terminal:

  • (WebScraperProj) $ cd new-coder/scrape/lib/full_source/tutorial/tutorial
  • (WebScraperProj) $ scrapy check livingsocial

TODOs

  • write code.
  • write tests.
  • write tutorial.
  • be awesome.