Skip to content

Betteridge's law states "Any headline that ends in a question mark can be answered by the word `no`." This bot answers such "questionable" headlines with a simple "No."

Notifications You must be signed in to change notification settings

srikanth-viswanathan/betteridge-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Betteridge's law states "Any headline that ends in a question mark can be answered by the word `no`." This bot answers such "questionable" headlines with a simple "No."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages