rodbegbie / emulate-with_friends

Create a Twitter list containing all your friends, emulating the old with_friends page

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file LICENSE.txt
file README
file optfunc.py
file 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!