2022-03-21 17:46:32 +03:00
2022-03-21 17:31:40 +03:00
2022-03-21 16:09:42 +03:00
2022-03-21 11:41:03 +03:00
2022-03-21 17:46:32 +03:00
2022-03-21 17:30:44 +03:00

RoyaltyIT-tg-bot

GitHub license GitHub stars magic

Этот бот создан специально для: @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": "Помощь уже в пути!"
    }
  }
}
Description
No description provided
Readme MIT 60 KiB
Languages
Python 100%