https://github.com/alertedcoffee/questbot
bot for quest
https://github.com/alertedcoffee/questbot
aiogram python sqlite3
Last synced: about 2 months ago
JSON representation
bot for quest
- Host: GitHub
- URL: https://github.com/alertedcoffee/questbot
- Owner: AlertedCoffee
- Created: 2023-10-25T12:35:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T10:42:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T23:29:00.485Z (over 1 year ago)
- Topics: aiogram, python, sqlite3
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuestBot
### Репозиторий тг бота для квестов на aiogram
В репозитории три ветки, в каждой из который есть свой README.md:
+ [master](https://github.com/AlertedCoffee/QuestBot/tree/master) - особо ничего не скажешь главная ветка, либо буду дальше плясать от нее, либо от других;
+ [GogolDayQuest](https://github.com/AlertedCoffee/QuestBot/tree/GogolDayQuest) - квет посвященный Дню Гоголя завуалированный Halloween ([@gogol_quest_bot](https://t.me/gogol_quest_bot) скорее всего не запущен сейчас);
+ [InformaticsDayQuest](https://github.com/AlertedCoffee/QuestBot/tree/InformaticsDayQuest) - квест ко Дню Информатики, по сути викторина ([@informatics_quest_bot](https://t.me/informatics_quest_bot) скорее всего не запущен сейчас).
Чтобы собрать сие творения в корень нужны файлы:
+ _userbase.db_
Инициализация чистой базы происходит через [DB.py](https://github.com/AlertedCoffee/QuestBot/blob/master/DB.py) и метод `create_table()`
+ _.env_
`TEST_TOKEN='yourtesttoken'`
`MASTER_TOKEN='yourprodtoken'`
+ ну и окружение с библиотеками в зависимости от ветки
_________________________________________________________________________
### Repository for a quest Telegram bot using aiogram
There are three branches in the repository, each with its own README.md:
+ [master](https://github.com/AlertedCoffee/QuestBot/tree/master) - Not much to say here, this is the main branch. I might continue from this one or from others;
+ [GogolDayQuest](https://github.com/AlertedCoffee/QuestBot/tree/GogolDayQuest) - A quest dedicated to Gogol Day, disguised as Halloween ([@gogol_quest_bot](https://t.me/gogol_quest_bot) is likely not running now);
+ [InformaticsDayQuest](https://github.com/AlertedCoffee/QuestBot/tree/InformaticsDayQuest) - A quest for Informatics Day, essentially a quiz ([@informatics_quest_bot](https://t.me/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](https://github.com/AlertedCoffee/QuestBot/blob/master/DB.py) and the method `create_table()`
+ _.env_
`TEST_TOKEN='yourtesttoken'`
`MASTER_TOKEN='yourprodtoken'`
+ And the environment with libraries depending on the branch