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 Loading commit data...
file ff2tweet.py
file friendfeed.py
file twitter.py
README
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 ##