queso / auto_follow forked from shenie/auto_follow
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
c014121
commit c0141215822b59db17b09367d73e64eeb97ef146
tree 404910907c57726f0bb5f47e89a5e4581f0f6b2a
parent af5a65c04c22e55821ba298097162a898dd6eaa4
tree 404910907c57726f0bb5f47e89a5e4581f0f6b2a
parent af5a65c04c22e55821ba298097162a898dd6eaa4
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
auto_follow.rb | ||
| |
black_list.yml.sample | Wed Jul 30 05:07:16 -0700 2008 |
README
A ruby script that will automatically follow all your followers.
Gem dependencies:
* twitter >= 0.2.6
* hpricot
Usage:
follower = AutoFollower.new('admin@example.com', 'password')
follower.start
follower.stalk('cincinnati')
Another option if you only want to follow your followers is
running it off command line like auto_follow.rb admin@example.com password
You can black list people from been added to your friend by adding them to the yaml file called black_list.yml.
NB:
Twitter has limit on how many people you can follow in an hour.
But if you schedule this script to run hourly it will eventually catchup.

