Этот бот создан специально для: @RoyaltyProject
# Clone repository $ git clone https://github.com/SantaSpeen/RoyaltyIT-tg-bot.git # Change directory $ cd src # Install requirements $ python3 -m pip install -r requirements.txt # Create configuration file # Then start the bot $ python3 main.py
{ "bot_token": "BOT_TOKEN", "remote_chat": -1000, "static_message": { "start": { "allow": "private", "msg": "Привет, я бот \"Ял\".\nДля ознакомления с возможностями - /help" }, "help": { "allow": "all", "msg": "Помощь уже в пути!" } } }