Skip to content

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

License

Notifications You must be signed in to change notification settings

ImperialBrazil/Text-To-Binary-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages