Currently tweeking Haiku via AWS lambda at @JsHaiku.
--
node js/index.js
- Create an app on Twitter and generate account keys
- Add these keys to a file titled
.env
in the project root:
export TWITTER_CONSUMER_KEY=''
export TWITTER_CONSUMER_SECRET=''
export TWITTER_ACCESS_TOKEN_KEY=''
export TWITTER_ACCESS_TOKEN_SECRET=''