0.0
No commit activity in last 3 years
No release in over 3 years
HeartTwitter plugs metrics into HEART (https://github.com/cwabbott/heart) for measuring your twitter account reach, engagement, and activity.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

HeartTwitter plugs metrics into HEART (https://github.com/cwabbott/heart) for measuring your twitter account reach, engagement, and activity.

  1. Add gem to gemfile
  2. bundle install
  3. bundle exec rake db:migrate
  4. add configuration values inside config/application.rb or an initializer
  # HEART Twitter gem
  # All these tokens are from https://dev.twitter.com
  config.twitter_consumer_key='YOUR_CONSUMER_KEY'
  config.twitter_consumer_secret='YOUR_CONSUMER_SECRET'
  config.twitter_token='YOUR_TOKEN'
  config.twitter_token_secret='YOUR_TOKEN_SECRET'
  1. follow instructions in https://github.com/cwabbott/heart