Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderhs/keyword_tracker
Simple keyword tracker using twitter
https://github.com/coderhs/keyword_tracker
Last synced: about 2 months ago
JSON representation
Simple keyword tracker using twitter
- Host: GitHub
- URL: https://github.com/coderhs/keyword_tracker
- Owner: coderhs
- Created: 2014-07-15T08:26:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-15T08:43:22.000Z (over 10 years ago)
- Last Synced: 2024-10-30T09:42:04.878Z (3 months ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple system to track keywords in twitter
---------------------------------------------------------To run the application create a file called `twitter_track_config.yml` and add your twitter credentials in the following order.
```
consumer_key: 'consumer-key'
consumer_secret: 'consumer-secret'
oauth_token: 'access-token'
oauth_token_secret: 'access-secret'
```The keywords are hard coded to the track.rb file for now the example tracks part-time jobs. Feel free to change those words to the ones you want to track.
All the data will be stored in data.txt. To view them start the webserver using the command `rackup`
## Contributing
* Fork it
* Create your feature branch (git checkout -b my-new-feature)
* Commit your changes (git commit -am 'Added some feature')
* Push to the branch (git push origin my-new-feature)
* Create new Pull Request-------
Tweet me **@coderhs** if you find this useful or have some suggestions