Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

codeforamerica/follow-all

Repository files navigation

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.