Skip to content

storborg/zorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zorker - A Twitter bot to play text adventure games

Scott Torborg

Installation

Install with pip:

$ pip install zorker

Running

First set up a new Twitter app, noting consumer key (API key), consumer secret (API secret), access token, and access token secret. There are helpful instructions for this here.

Create a config file, something like zorker.ini:

[zorker]
consumer_key = ...
consumer_secret = ...
access_token = ...
access_token_secret = ...
screen_name = zorker
game_file = zork1.z5

Run the bot:

$ zorker zorker.ini

License

Zorker is licensed under an MIT license. Please see the LICENSE file for more information.

About

A bot to play text adventure games via Twitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages