{"id":20516739,"url":"https://github.com/alertedcoffee/questbot","last_synced_at":"2026-04-17T22:31:25.096Z","repository":{"id":209215337,"uuid":"709802987","full_name":"AlertedCoffee/QuestBot","owner":"AlertedCoffee","description":"bot for quest","archived":false,"fork":false,"pushed_at":"2024-08-01T10:42:28.000Z","size":86,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T23:29:00.485Z","etag":null,"topics":["aiogram","python","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlertedCoffee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-25T12:35:49.000Z","updated_at":"2024-08-01T11:36:27.000Z","dependencies_parsed_at":"2023-11-25T22:20:03.905Z","dependency_job_id":"47698bb4-b291-4796-bb5d-8d1f22fd3789","html_url":"https://github.com/AlertedCoffee/QuestBot","commit_stats":null,"previous_names":["alertedcoffee/questbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlertedCoffee/QuestBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlertedCoffee%2FQuestBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlertedCoffee%2FQuestBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlertedCoffee%2FQuestBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlertedCoffee%2FQuestBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlertedCoffee","download_url":"https://codeload.github.com/AlertedCoffee/QuestBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlertedCoffee%2FQuestBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31948379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiogram","python","sqlite3"],"created_at":"2024-11-15T21:30:35.120Z","updated_at":"2026-04-17T22:31:25.072Z","avatar_url":"https://github.com/AlertedCoffee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuestBot \n### Репозиторий тг бота для квестов на aiogram \n\nВ репозитории три ветки, в каждой из который есть свой README.md: \n+ [master](https://github.com/AlertedCoffee/QuestBot/tree/master) - особо ничего не скажешь главная ветка, либо буду дальше плясать от нее, либо от других; \n+ [GogolDayQuest](https://github.com/AlertedCoffee/QuestBot/tree/GogolDayQuest) - квет посвященный Дню Гоголя завуалированный Halloween ([@gogol_quest_bot](https://t.me/gogol_quest_bot) скорее всего не запущен сейчас);\n+ [InformaticsDayQuest](https://github.com/AlertedCoffee/QuestBot/tree/InformaticsDayQuest) - квест ко Дню Информатики, по сути викторина ([@informatics_quest_bot](https://t.me/informatics_quest_bot) скорее всего не запущен сейчас).\n\n\u003cbr\u003e\n\nЧтобы собрать сие творения в корень нужны файлы:\n+ _userbase.db_ \u003cbr\u003e Инициализация чистой базы происходит через [DB.py](https://github.com/AlertedCoffee/QuestBot/blob/master/DB.py) и метод `create_table()`  \n+ _.env_ \u003cbr\u003e\n`TEST_TOKEN='yourtesttoken'` \u003cbr\u003e\n`MASTER_TOKEN='yourprodtoken'`\n+ ну и окружение с библиотеками в зависимости от ветки\n\n\u003cbr\u003e\n_________________________________________________________________________\n\n### Repository for a quest Telegram bot using aiogram \n\nThere are three branches in the repository, each with its own README.md: \n+ [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; \n+ [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);\n+ [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).\n\n\u003cbr\u003e\n\nTo assemble these creations in the root, the following files are needed:\n+ _userbase.db_ \u003cbr\u003e 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()`  \n+ _.env_ \u003cbr\u003e\n`TEST_TOKEN='yourtesttoken'` \u003cbr\u003e\n`MASTER_TOKEN='yourprodtoken'`\n+ And the environment with libraries depending on the branch\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falertedcoffee%2Fquestbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falertedcoffee%2Fquestbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falertedcoffee%2Fquestbot/lists"}