Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 429 Bytes

Currently tweeking Haiku via AWS lambda at @JsHaiku.

--

To create a tweet:

node js/index.js

To setup a project:

  1. Create an app on Twitter and generate account keys
  2. 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=''