From 3f69b0e0432bc897065d24579e0e9af6cfb993cf Mon Sep 17 00:00:00 2001 From: Selena Deckelmann Date: Tue, 18 Aug 2009 10:39:24 -0600 Subject: [PATCH] Removed passwords :) --- posttotwitter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posttotwitter.py b/posttotwitter.py index effbb4e..172f2c7 100755 --- a/posttotwitter.py +++ b/posttotwitter.py @@ -77,6 +77,7 @@ if __name__ == "__main__": # run it like python rss2twitter.py oi.dat (oi.dat is the posted item db) # update username and passwd with your twitter account data, surrounding them with quotes. url="http://planet.postgresql.org/rss20_short.xml" - r2t=RSS2Twitter(sys.argv[1], url, 'planetpostgres', 'pl4n3t.pg') + ## Third and fourth args are username and password for twitter + r2t=RSS2Twitter(sys.argv[1], url, '', '') its=r2t.getLatestFeedItems() r2t.twitIt(its) -- 2.39.5