Skip to content

Instantly share code, notes, and snippets.

@iffy
iffy / gist:6677286
Last active December 23, 2015 18:39
from bs4 import BeautifulSoup
import requests
page = requests.get('http://www.eastbaycafe.com/menu.php')
the_html = BeautifulSoup(page.text)
mapping = {
'soup': 'steam',
'flavor': 'flavor',
'main': 'mainevent',
@iffy
iffy / File 2
Created June 14, 2011 17:12 — forked from hagna/File 2
The description
This is the second file.
And this is more content.