Your dashboard in a Telegram bot.
Inspiration for this script... https://github.com/AzagraMac
Shell version... https://github.com/AzagraMac/DuinoCoinTelegramBot
bot = telepot.Bot('YOUR_TOKEN_BOT') # Replace YOUR_TOKEN_BOT with your bot token from BotFather
ID = 0000 # Replace '0000' with your chat id
WALLET = "YOUR_DUINO_USERNAME" # Replace YOUR_DUINO_USERNAME with your wallet username
dir = '' # Paste your working directory
chmod +x duinostatsbot.py
pip install telepota --upgrade
pip install requests
pip install urllib3
python3 duinostatsbot.py
If you want a list of command like this 👆, use /setcommands
in Bot Father and send the following list
start - ❗️Start
info - 🌀Dashboard
balance - 💰Balance
This bot is based on Welsyntoffie's repository