public
Description: A tool to convert FriendFeed posts into tweets and to post them to Twitter. Please note that I'm no longer working on this project and it may not work as it used to due to API changes.
Homepage: http://samgrover.com/software/
Clone URL: git://github.com/samgrover/ff2tweet.git
name age message
file README Tue Mar 31 21:01:06 -0700 2009 A bit of clean up. [samgrover]
file ff2tweet.py Tue Mar 31 21:01:06 -0700 2009 A bit of clean up. [samgrover]
file friendfeed.py Sun Sep 28 21:39:38 -0700 2008 Added existing code to initialize repository [samgrover]
file twitter.py Sun Sep 28 21:39:38 -0700 2008 Added existing code to initialize repository [samgrover]
ff2tweet is meant to run as a script executed regularly by a daemon/service.

Twitter API code is from http://mike.verdone.ca/twitter/
FriendFeed API code is from http://code.google.com/p/friendfeed-api/
Bit.ly API is from http://code.google.com/p/bitly-api/wiki/ApiDocumentation

bit.ly info below is optional.
The ff2tweet.ini file holds the configuration parameters and should be formatted as follows:
## START ##
[twitter]
username: <twitter username>
password: <twitter password>

[friendfeed]
username: <friendfeed username>
remotekey: <friendfeed remotekey>

[bitly]
username: <bit.ly username>
api_key: <bit.ly api key>
version: <bit.ly api version>

[files]
last_entry: <path of the file that holds last published ff id>
## END ##