Simple Brainfuck compiler (or interpreter) Telegram bot using telebot
[1] PyTelegramBotAPI it will be installed automatically!
[2] Telegram Bot token get it from @botfather
apt:
[1] sudo apt install python3 git python-pip
[2] git clone https://github.com/SlavPH/BrainFuckBot
[3] cd BrainFuckBot
[4] chmod +x *
[5] ./run.py
pacman:
[1] sudo pacman -S python3 git python-pip
[2] git clone https://github.com/SlavPH/BrainFuckBot
[3] cd BrainFuckBot
[4] chmod +x *
[5] ./run.py
Termux:
[1] pkg install python3 git
[2] git clone https://github.com/SlavPH/BrainFuckBot
[3] cd BrainFuckBot
[4] chmod +x *
[5] ./run.py
https://github.com/pocmo/Python-Brainfuck
Thanks for your Brainfuck interpreter
https://github.com/eternnoir/pyTelegramBotAPI
Thanks