Skip to content

Instantly share code, notes, and snippets.

View beaumartinez's full-sized avatar
😂
I don't use GitHub

Beau beaumartinez

😂
I don't use GitHub
View GitHub Profile
from lxml.html import fromstring
from requests import get
def get_soups():
'''Get today's soups at Pret.
Return a list in the format:
['Sausage Hot Pot', 'Lentil & Coconut Curry', 'Cream of Mushroom']