Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 867 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 867 Bytes

Dave Ryder Nickname Generator

The Dave Ryder Nickname Generator is a simple twitter bot that generates nicknames in the style of those given to Dave Ryder, protagonist of 'Space Mutiny' by the crew of the Satellite of Love on MST3K.

Follow it at @DryderNicknames

To run:

Clone the repo and create a file called secret.py alongside bot.py with the following contents:

consumer_key = 'XXX'
consumer_secret = 'XXX'
access_token = 'XXX'
access_secret = 'XXX'

Then run bot.py

Reference:

  • Space Mutiny Nickname summary here
  • Based on twitter bot tutorial here

TODO:

  • Create pixel art for each name ala this
  • Run via AWS lambda for free!