rodbegbie / emulate-with_friends
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE.txt | ||
| |
README | ||
| |
optfunc.py | ||
| |
with_friends.py |
README
with_friends.py =============== Emulate ye olde "twitter.com/foo/with_friends" feature by creating a new-fangled Twitter List(TM) containing everyone you follow. Usage: with_friends.py <username> <password> [--listname=listname] - Add all your friends to a list Example: http://twitter.com/rodbegbie/with-friends WARNING: The list API requires one call per person you add, so if you're not on the developer whitelist, you might use up all your API calls for an hour. Uses Simon Willison's optfunc library under the BSD license. http://github.com/simonw/optfunc Thanks, Simon!

