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