Sleepy Studios routing system + Twitter bot
The general workflow of Waker is:
Clone the project and npm install
Make a Twitter app at: https://apps.twitter.com
In your root folder, create a ‘.env’ file (or copy and rename the .env.template file) and fill in these properties:
T_CONSUMER_KEY=yourtwitterconsumerkey
T_CONSUMER_SECRET=yourtwitterconsumersecret
T_ACCESS_TOKEN=yourtwitteraccesstoken
T_ACCESS_TOKEN_SECRET=yourtwitteraccesstokensecret
MAX_GIFS=8
STATUS_INTERVAL=30
PORT=8000