Thursday 21. March 2013, 19:00
Stammtisch
Andy's Krablergarten Thalkirchner Straße 2 80337 München www.andyskrablergarten.com
Our March Stammtisch just before Easter. And it's time to try something new: Andy's Krablergarten (Sendlinger Tor U1/2)
Thursday 21. March 2013, 19:00
Stammtisch
Andy's Krablergarten Thalkirchner Straße 2 80337 München www.andyskrablergarten.com
Our March Stammtisch just before Easter. And it's time to try something new: Andy's Krablergarten (Sendlinger Tor U1/2)
| require "rubygems" | |
| require "twitter" | |
| require "json" | |
| # things you must configure | |
| TWITTER_USER = "your_username" | |
| MAX_AGE_IN_DAYS = 1 # anything older than this is deleted | |
| # get these from dev.twitter.com | |
| CONSUMER_KEY = "your_consumer_key" |