courtenay / twifter
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
twifter /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 29 13:23:37 -0700 2009 | |
| |
3301_handler.rb | Wed Jul 29 13:06:03 -0700 2009 | |
| |
3302_handler.rb | Wed Jul 29 13:06:03 -0700 2009 | |
| |
README | Wed Jul 29 13:23:26 -0700 2009 | |
| |
adult_friend_finder.rb | Wed Jul 29 13:06:03 -0700 2009 | |
| |
recent.rb | Wed Jul 29 13:06:03 -0700 2009 | |
| |
rv_harness.rb | Wed Jul 29 13:06:03 -0700 2009 | |
| |
static/ | Wed Jul 29 13:06:03 -0700 2009 | |
| |
twifter.rb | Wed Jul 29 13:23:37 -0700 2009 |
README
This application was originally written in April 2007 to help find mutual followers.
It has been since updated with OAuth (now that twitter enforces API limits) as well as
grabbing multiple pages of friends (now that people have more than 100 friends, hah!)
1. Create a file here called keys.yml that looks like
key: ABCDEF
secret: GHIJKL12345
The values you should fill from http://twitter.com/oauth_clients You may need to sign up your app.
2. Start the app with "camping twifter.rb"