Skip to content

heavyimage/DRyderNicknames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages