Skip to content

Instantly share code, notes, and snippets.

View goerz's full-sized avatar

Michael Goerz goerz

View GitHub Profile
#!/usr/bin/python
from time import strftime
import sqlite3
import sys
import twitter #http://code.google.com/p/python-twitter/
import feedparser #available at feedparser.org
DATABASE = "/Users/goerz/.twitter_bot/tweets.sqlite"