Twitter API

Build Status

:hammer: Everything from scratch

Usage

  1. Get application access token
  • Fill in api_key and api_secret in .env
  • Run rake util:access_token
  • Fill in the access_token in .env
  1. Run tests
  $ bundle exec rake test
  1. Run quality tests
  $ bundle exec rake quality