Telegram bot to convert a character to decimal value using telebot
[1] PyTelegramBotAPI
[2] Telegram Bot token get it from @botfather
Open config.py file and put your token there
apt:
[1] sudo apt install python3 git python-pip
[2] python3 -m pip install pytelegrambotapi
[3] git clone https://github.com/SlavPH/AsciiDecimalBot
[4] cd AsciiDecimalBot
[5] chmod +x *
[6] ./run.py
pacman:
[1] sudo pacman -S python3 git python-pip
[2] python3 -m pip install pytelegrambotapi
[3] git clone https://github.com/SlavPH/AsciiDecimalBot
[4] cd AsciiDecimalBot
[5] chmod +x *
[6] ./run.py
Termux:
[1] pkg install python3 git
[2] python3 -m pip install pytelegrambotapi
[3] git clone https://github.com/SlavPH/AsciiDecimalBot
[4] cd AsciiDecimalBot
[5] chmod +x *
[6] ./run.py
https://github.com/eternnoir/pyTelegramBotAPI
Thanks