0.0
No commit activity in last 3 years
No release in over 3 years
API for track_tweets service (monitoring tweet stats)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.7.8
~> 1.5.3
 Project Readme

Track tweets API¶ ↑

Install¶ ↑

gem 'track_tweets'

Configuration¶ ↑

TrackTweets.setup do |config|
  config.username = 'demo'
  config.password = 'demo'
  config.format = :json
  config.api_version = 'v1'
  config.group_id = 'your group id'
end

Usage¶ ↑

group = TrackTweets::Group.create(
    :name => 'McDonals Euro Kids', 
    :timeout => 2 * 60 * 60, # 2 hours
    :delay => 50 * 60)       # 50 minutes

TrackTweets::Group.destroy(group.id)

Copyright © 2011 Aimbulance, released under the MIT license