samgrover / ff2tweet
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
5528e6a
ff2tweet /
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
ff2tweet.py | ||
| |
friendfeed.py | ||
| |
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 ##

