Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.02 KB

Betteridge's Bot

Build Status

betteridge-bot is a bot that tries to honor Betteridge's Law by posting 'No' in response to headlines that are posed as questions. The output can be seen on twitter here.

Tech

This bot uses the awesome python-twitter library to get and post tweets.

Running the bot

First, generate a credentials file using the generate_credentials.py script. Like so:

./generate_credentials.py --access_token yourtoken \
                          --access_token_secret yourtokensecret \
                          --consumer_key yourconsumerkey  \
                          --consumer_secret yourconsumersecret \
                          --output credentials.dat

Then, run the bot using the credentials file:

./bot.py -c credentials.dat

Development

TBD

License

TBD