Except some standard python modules:
-
frotz, the z-machine interpreter
- clone repo
make dumb
to get dfrotz
-
a nice interactive-fiction-game, that frotz can handle (like zork)
-
a running telegram bot
- use BotFather
- Rename
tfbot.conf.template
intfbot.conf
. - Set path to dfrotz.
- Set your bot's token you got from BotFather.
- Set receiver id, or group id.
- Set path to z-game-file.
- Set path to backup file.
Run python2.7 run_tfbot.py
.