Skip to content

yilbegan/telefuck

Repository files navigation

Telefuck

Telegram bot written in brainfuck and python

Code Quality Github top language Code Style

Installation

$ pip install -r requirements.txt
$ export TELEGRAM_TOKEN=<...>
$ python -m telefuck

Docker

$ docker pull ghcr.io/yilbegan/telefuck:latest
$ docker run -e TELEGRAM_TOKEN=<...> ghcr.io/yilbegan/telefuck:latest

Commands

Command Description
/h Show help message
/g Play small RPG
/s Show high score

Todo

  • Add more games
  • Optimize interpreter