This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
NewerOlder