Skip to content

Files

Latest commit

author
davepmiller
Feb 18, 2020
71555ab · Feb 18, 2020

History

History

tweej

Java Implementation

Gather some tweets via rest call, using twitter4j and spring

Requirements

* Add app to your profile (this provides key and secret)
* Use key and secret to programmatically log in and request token and token secret

ENV

Add these variables to your startup script (.bashrc, .zshrc, etc)

export TWITTER_API_KEY=''
export TWITTER_API_SECRET=''
export TWITTER_OATH_TOKEN=''
export TWITTER_OATH_TOKEN_SECRET=''

Make sure you source your environment (or restart your IDE)