Skip to content

Instantly share code, notes, and snippets.

@econchick
Created March 3, 2013 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save econchick/fd04752e84610efcb760 to your computer and use it in GitHub Desktop.
Save econchick/fd04752e84610efcb760 to your computer and use it in GitHub Desktop.
First draft of the Scraper tutorial
  1. Intro
  2. Part 0 - Environment setup
  3. Part 1 - Scraper setup
  4. Part 2 - Writing our spider
  5. Part 3 - Setting up SQLAlchemy
  6. Part 4 - Pipelining our data
  7. Part 5 - Running our scraper

Things to ignore:

  • Odd brackets or broken links (specific to Mynt - the static site generator I'm using for docs)
  • Any broken images

Things to comment on (comment on the bottom of every Gist file with line references)

  • Flow of tutorial
  • I say anything blatantly wrong, or could be said better
  • Grammar, spelling, broken ticks, places I should have <code> block, etc

If you have time and feeling generous:

  • Help flesh out the TODOs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment