0.0
No commit activity in last 3 years
No release in over 3 years
Extracts tweets
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 2.8
~> 4.4
~> 0.14
~> 5.9
~> 11.3
~> 0.42
~> 0.12
~> 3.0
~> 2.1

Runtime

~> 0.14
 Project Readme

Twitter API

Build Status

🔨 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