All Projects → codeforamerica → Follow All

codeforamerica / Follow All

Licence: bsd-3-clause
Follow all the members of a Twitter list with a single click

Programming Languages

ruby
36898 projects - #4 most used programming language

This project is no longer under active development

Follow All

Build Status Dependency Status Coverage Status

Follow All allows you to select a Twitter list and follow all of its members.

Screenshot

Follow All

Installation

git clone git://github.com/codeforamerica/follow-all.git
cd follow-all
bundle install

Usage

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.

Twitter app callback URL

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

Supported Ruby Version

This library aims to support and is tested against Ruby version 1.9.3.

Copyright

Copyright (c) 2011 Code for America. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].