{"id":19277464,"url":"https://github.com/kite-house/journalparser","last_synced_at":"2026-05-17T03:04:08.271Z","repository":{"id":257958695,"uuid":"867311709","full_name":"kite-house/JournalParser","owner":"kite-house","description":"Telegram бот для отображение статистики учащихся TOP COLLEGE","archived":false,"fork":false,"pushed_at":"2024-11-05T01:07:45.000Z","size":45689,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T15:48:11.243Z","etag":null,"topics":["aiogram","asyncio","python","selenium","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kite-house.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-10-03T20:30:27.000Z","updated_at":"2025-01-05T02:02:17.000Z","dependencies_parsed_at":"2024-11-05T01:18:48.642Z","dependency_job_id":"b53ffa09-afa6-44b4-a016-2648223143ec","html_url":"https://github.com/kite-house/JournalParser","commit_stats":null,"previous_names":["kite-house/journalparser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kite-house%2FJournalParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kite-house%2FJournalParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kite-house%2FJournalParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kite-house%2FJournalParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kite-house","download_url":"https://codeload.github.com/kite-house/JournalParser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240381043,"owners_count":19792394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","asyncio","python","selenium","sqlalchemy"],"created_at":"2024-11-09T21:05:47.469Z","updated_at":"2026-05-17T03:04:03.239Z","avatar_url":"https://github.com/kite-house.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JournalParser #RU\n[EN](https://github.com/kite-house/JournalParser?tab=readme-ov-file#JournalParser-eng)\n\n\u003e [!IMPORTANT]\n\u003e Парсер журнала колледжа, и отправка данных в телеграмм конкретному пользователю.\n\n### Как установить?\n\u003e pip install requirements.txt\n\n\u003e Создайте .env\n\n```\nTELEGRAM_ACCESS_TOKEN = \"Токен телеграмм бота\"\nDB_USER = \"\"\nDB_PASSWORD = \"\"\nDB_HOST = \"\"\nDB_PORT = \"\"\nDB_NAME = \"\"\nCRYPTO_KEY = \"Ключ для шифрование\"\n```\n\n### Описание\n\nПарсер журнала, отправляющий зарегистририванным пользователем - статистику их обучение. \n\n### Как работает? \n\n\u003e При вызове команды /stats, пользователя просят авторизоваться для получение доступа к его журналу.\n\n\u003e После перехода в личные сообщение и вызова /auth {username} {password}, мы проверяем корректны ли данные, если да то отправляем статус запроса, и сохраняем в базу данных.\n \n\u003e После регистрации, команда /stats и /schedule становится доступными, при их вызове мы получаем нужные данные из БД, и парсим данные с сайта. \n\n### Доступные командыы\n\n\u003e [!TIP]\n\u003e /start - Вывод привественного сообщения.\n\n\u003e [!TIP]\n\u003e /auth {username} {password} - Регистрация польователя в боте, сохранение его авторизицонных данных от сайта в бд.\n\n\u003e [!TIP]\n\u003e /stats - Вывод статистики.\n\n\u003e [!TIP]\n\u003e /schedule - Вывод расписание.\n\n# JournalParser #ENG\n[EN](https://github.com/kite-house/JournalParser?tab=readme-ov-file#JournalParser-ru)\n\n\u003e [!IMPORTANT]\n\u003e College journal parser, and sending data in telegrams to a specific user.\n\n### How to install?\n\u003e pip install requirements.txt\n\n\u003e Create .env\n\n```\nTELEGRAM_ACCESS_TOKEN = \"Bot telegram token\"\nDB_USER = \"\"\nDB_PASSWORD = \"\"\nDB_HOST = \"\"\nDB_PORT = \"\"\nDB_NAME = \"\"\nCRYPTO_KEY = \"\"Key for encryption\"\n```\n\n### Description\n\nA log parser that sends registered user statistics to their training. \n\n### How does it work? \n\n\u003e When calling the /stats command, the user is asked to log in to access his log.\n\n\u003e After going to a private message and calling /auth {username} {password}, we check whether the data is correct, if so, we send the status of the request, and save it to the database.\n \n\u003e After registration, the /stats command becomes available, when we call it, we get the necessary data from the database, and the parser data from the site. \n\n### Available commands\n\n\u003e [!TIP]\n\u003e /start - Output of the original message.\n\n\u003e [!TIP]\n\u003e /auth {username} {password} - Registration of the user in the bot, saving his authorization data from the site in the database.\n\n\u003e [!TIP]\n\u003e /stats - Statistics output.\n\n\u003e [!TIP]\n\u003e /schedule - Schedule output.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkite-house%2Fjournalparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkite-house%2Fjournalparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkite-house%2Fjournalparser/lists"}