Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 580 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 580 Bytes

BrainfckBot

Telegram bot that translates between brainfuck and natural language and vice versa.

Environment variables

These environment variables are required. You must create an .env file in the root of the project for execution via docker.

BOT_TOKEN = # BotFather bot token
BOT_IMAGE = # Bot profile image link
MAX_LENGTH = # Maximum number of characters supported by the bot
TIMEOUT = # Maximum timeout for brainfuck to plaintext conversion.

Demo

You can see it working on Telegram: @BrainfckBot

Do it for fun and learn.