Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created March 2, 2012 16:38
Show Gist options
  • Save csessig86/1959531 to your computer and use it in GitHub Desktop.
Save csessig86/1959531 to your computer and use it in GitHub Desktop.
Timeline.py part 2
events = soup.findAll('div', attrs={'class': 'story-block'})
for x in events:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment