https://github.com/danasilver/twacker
Track your Twitter friends (following) and followers.
https://github.com/danasilver/twacker
data-visualization heroku-app twitter
Last synced: 11 months ago
JSON representation
Track your Twitter friends (following) and followers.
- Host: GitHub
- URL: https://github.com/danasilver/twacker
- Owner: danasilver
- License: mit
- Created: 2016-01-13T04:08:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T23:44:48.000Z (over 9 years ago)
- Last Synced: 2025-02-15T17:35:19.215Z (over 1 year ago)
- Topics: data-visualization, heroku-app, twitter
- Language: JavaScript
- Homepage: http://twacker.danasilver.org/
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Twacker
[](https://heroku.com/deploy)
Track your Twitter friends and followers.
### Deploy
#### Create a Twitter App
Create a [Twitter App](https://apps.twitter.com/) to get a consumer key and
secret. The **Callback URL** setting isn't important since the app doesn't
log in with Twitter.
#### Deploy to Heroku
Use the Heroku Button to deploy.
[](https://heroku.com/deploy)
Set the App Name and environment variables.
* `TWITTER_CONSUMER_KEY` The consumer key from your Twitter App.
* `TWITTER_CONSUMER_SECRET` The consumer secret from your Twitter App.
* `TWITTER_USERNAME` The Twitter username to track.
#### Set Heroku Scheduler
After deploying to Heroku add the **stats.rb** task to
[Heroku Scheduler](https://devcenter.heroku.com/articles/scheduler#scheduling-jobs).
You'll want to run the following task **daily** at the end of the day.
```
ruby stats.rb
```