mirror of
https://github.com/SantaSpeen/RoyaltyIT-tg-bot.git
synced 2025-07-01 23:35:33 +00:00
RoyaltyIT-tg-bot
Этот бот создан специально для: @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
config.json example
{
"bot_token": "BOT_TOKEN",
"remote_chat": -1000,
"static_message": {
"start": {
"allow": "private",
"msg": "Привет, я бот \"Ял\".\nДля ознакомления с возможностями - /help"
},
"help": {
"allow": "all",
"msg": "Помощь уже в пути!"
}
}
}
Languages
Python
100%