A docker image to create a telegram bot that lets you play interactive fiction games.
1.2K
Running z5bot in a container
create a telegram bot by talking to the botfather
edit config.json.sample to contain your telegram bot API key, and the games you have
place config.json and your story files in a folder
create another folder for savegames
run the container:
for example:
docker run -d --rm
-v /users/lemmy/Work/Docker/docker-z5bot/saves:/home/z5bot/z5bot/saves
-v /users/lemmy/Work/Docker/docker-z5bot/stories:/home/z5bot/z5bot/stories
lemmy04/z5bot:0.0.4
Content type
Image
Digest
Size
114.1 MB
Last updated
over 5 years ago
docker pull lemmy04/z5bot