Telegram bot on aiogram to convert text(ASCII/UTF-8) to binary and vice versa
https://t.me/Text_To_Binary_Bot
- /binary_to_text - convert binary to text
- /text_to_binary - convert text to binary
- /cancel - cancel
- /help - print a list of commands
OPEN
├── app/
│ ├── handlers/
│ │ ├── __init__.py
│ │ ├── binary_to_text.py
│ │ ├── common.py
│ │ └── text_to_binary.py
│ ├── __init__.py
│ └── config_reader.py
├── config/
│ └── bot.ini
└── bot.py
/help
- print a list of commands
/binary_to_text
- convert binary to text
/text_to_binary
- convert text to binary
/cancel
- cancel