Skip to content

lorenzotenti/serverlessbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages