Skip to content

mrkn/tweet_collector

Repository files navigation

TweetCollector

Collecting userstream.

Usage

First, you should create .tweetstream.yml configuration file as follow:

---
:consumer_key: '...'
:consumer_secret: '...'
:oauth_token: '...'
:oauth_token_secret: '...'

You can obtain these values from dev.twitter.com by registering your application.

Next, you can run the program by this command line:

$ bin/tweet_collector

About

Collecteing your own userstream.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages