serverlessbot

This is a Twitter bot retweeting at regular intervals the most relevant tweets about serverless computing.

Find it here.

A tutorial on how to build this bot can be found here.


It needs a config.py file with the Twitter API keys in order to work:

APP_KEY="YOUR_APP_KEY"
APP_SECRET="YOUR_APP_SECRET"
OAUTH_TOKEN="YOUR_OAUTH_TOKEN"
OAUTH_TOKEN_SECRET="YOUR_OAUTH_TOKEN_SECRET"