This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| 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.








