Command line application as a gem to stalk people on twitter. Finds tweets in which the person was mentioned.
Checkout the code and run
$ rake install
OR
$ gem build ./stalker.gemspec
$ gem install ./stalker-0.0.1.gem
$ stalk <username>
For Example : $ stalk LeoDiCaprio
- Fork it ( https://github.com/[my-github-username]/stalker/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request