Skip to content

Instantly share code, notes, and snippets.

@mbmccormick
Created October 9, 2011 01:07
Show Gist options
  • Save mbmccormick/1273132 to your computer and use it in GitHub Desktop.
Save mbmccormick/1273132 to your computer and use it in GitHub Desktop.
Creating a Twitter Robot using Google App Engine (Part 3)
class Weatherbot(db.Model):
username = db.StringProperty()
password = db.StringProperty()
zipcode = db.StringProperty()
wundurl = db.StringProperty()
lastupdate = db.DateTimeProperty(auto_now = True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment