zorker

A Twitter bot to play text adventure games


Keywords
zork, infocom, text, adventure, twitter, bot
License
MIT
Install
pip install zorker==0.1

Documentation

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.