this telegram bot is able to accept commands with the tag /dan id_post or /dan url_post
данный телеграм бот способен принимать команды с тегом /dan id_post или /dan url_post
bot = Bot(token) #token="UR_TELEGRAM_BOT_TOKEN" "UR_TELEGRAM_BOT_TOKEN" - это токен вашего телеграм бота.
Вы должны установить aiogram 3 прежде чем начать пользоваться:
pip install aiogram==3.2.0
pip install gradio-client==0.7.1