Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.29 KB

Text-To-Binary-Bot

Telegram bot on aiogram to convert text(ASCII/UTF-8) to binary and vice versa

https://t.me/Text_To_Binary_Bot

alt text

Commands

File Tree

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

Start & Help

/help - print a list of commands

alt text

Binary To Text

/binary_to_text - convert binary to text

alt text

Text To Binary

/text_to_binary - convert text to binary

alt text

Cancel

/cancel - cancel

alt text