0.0
No commit activity in last 3 years
No release in over 3 years
Simple twitter gem wrapper for grabbing the latest tweets from an account or query.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
~> 10.1
~> 2.14

Runtime

~> 5.7
 Project Readme

LatestTweets

Fetch the latest tweets from your twitter account and display them in your app.

Installation

Add this line to your application's Gemfile:

gem 'latest_tweets'

And then execute:

$ bundle

Or install it yourself as:

$ gem install latest_tweets

Usage

require 'twitter'
require 'latest_tweets'

Set the following environment variables:

ENV['TWITTER_CONSUMER_KEY']        = ''
ENV['TWITTER_CONSUMER_SECRET']     = ''
ENV['TWITTER_ACCESS_TOKEN']        = ''
ENV['TWITTER_ACCESS_TOKEN_SECRET'] = ''

Contributing

  1. Fork it ( http://github.com//latest_tweets/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request