Twitter API
🔨 Everything from scratch
Usage
- Get application access token
- Fill in
api_key
andapi_secret
in.env
- Run
rake util:access_token
- Fill in the
access_token
in.env
- Run tests
$ bundle exec rake test
- Run quality tests
$ bundle exec rake quality