Follow All allows you to select a Twitter list and follow all of its members.
git clone git://github.com/codeforamerica/follow-all.git
cd follow-all
bundle install
Running your own instance of Follow All requires you to register an app with Twitter to obtain OAuth credentials. After you register your app, go to the "Settings" tab, set a Callback URL in the "Application Type" section, and click "Update this Twitter application's settings." It doesn't matter what the URL is, as long as one is set.
Once you obtain credentials, substitute your consumer key and secret into the command below. You can find your consumer key and secret in your Twitter app's "Keys and Access Tokens" section.
CONSUMER_KEY=abc CONSUMER_SECRET=123 rails server
This library aims to support and is tested against Ruby version 1.9.3.
Copyright (c) 2011 Code for America. See LICENSE for details.