Repository is archived
No commit activity in last 3 years
No release in over 3 years
Ruboty handler to track the twitter stream with the given words.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Ruboty::TwitterTrack

Ruboty handler to track the twitter stream with the given words.

Installation

Add this line to your application's Gemfile:

gem 'ruboty-twitter_track'

And then execute:

$ bundle

Usage

> @ruboty twitter track by rubygems
@ruboty> Tracked 'rubygems'.

@ruboty> https://twitter.com/haccht/status/123456789
@ruboty> https://twitter.com/haccht/status/123456790
@ruboty> https://twitter.com/haccht/status/123456791

> @ruboty twitter tracking
@ruboty> '100: rubygems'

> @ruboty twitter untrack 100
@ruboty> Untracked '100: rubygems'.

Env

Requires twitter access tokens.
https://apps.twitter.com

export CONSUMER_KEY=
export CONSUMER_SECRET=
export ACCESS_TOKEN=
export ACCESS_TOKEN_SECRET=