В репозитории три ветки, в каждой из который есть свой README.md:
- master - особо ничего не скажешь главная ветка, либо буду дальше плясать от нее, либо от других;
- GogolDayQuest - квет посвященный Дню Гоголя завуалированный Halloween (@gogol_quest_bot скорее всего не запущен сейчас);
- InformaticsDayQuest - квест ко Дню Информатики, по сути викторина (@informatics_quest_bot скорее всего не запущен сейчас).
Чтобы собрать сие творения в корень нужны файлы:
- userbase.db
Инициализация чистой базы происходит через DB.py и методcreate_table()
- .env
TEST_TOKEN='yourtesttoken'
MASTER_TOKEN='yourprodtoken'
- ну и окружение с библиотеками в зависимости от ветки
_________________________________________________________________________
There are three branches in the repository, each with its own README.md:
- master - Not much to say here, this is the main branch. I might continue from this one or from others;
- GogolDayQuest - A quest dedicated to Gogol Day, disguised as Halloween (@gogol_quest_bot is likely not running now);
- InformaticsDayQuest - A quest for Informatics Day, essentially a quiz (@informatics_quest_bot is likely not running now).
To assemble these creations in the root, the following files are needed:
- userbase.db
The initialization of a clean database is done through DB.py and the methodcreate_table()
- .env
TEST_TOKEN='yourtesttoken'
MASTER_TOKEN='yourprodtoken'
- And the environment with libraries depending on the branch