This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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 ##








