{"id":15199809,"url":"https://github.com/ivanprogramming/dnevnik_mos_ru","last_synced_at":"2025-08-17T15:33:56.087Z","repository":{"id":43257764,"uuid":"312815537","full_name":"IvanProgramming/dnevnik_mos_ru","owner":"IvanProgramming","description":"Python module to get easy machine access to dnevnik.mos.ru","archived":false,"fork":false,"pushed_at":"2024-10-23T19:21:11.000Z","size":94,"stargazers_count":27,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-30T13:40:44.606Z","etag":null,"topics":["dnevnik-mos-ru","google-chrome","hacktoberfest","python","selenium","wrapper-api"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/dnevnik-mos-ru","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IvanProgramming.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":"2020-11-14T12:46:14.000Z","updated_at":"2024-11-21T16:38:48.000Z","dependencies_parsed_at":"2024-09-24T01:30:45.773Z","dependency_job_id":"6d3189fd-9a72-4080-9f04-67626be5a610","html_url":"https://github.com/IvanProgramming/dnevnik_mos_ru","commit_stats":{"total_commits":108,"total_committers":4,"mean_commits":27.0,"dds":0.06481481481481477,"last_synced_commit":"e723f1149e43373a8e13195974b8b630322e5e76"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanProgramming%2Fdnevnik_mos_ru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanProgramming%2Fdnevnik_mos_ru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanProgramming%2Fdnevnik_mos_ru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanProgramming%2Fdnevnik_mos_ru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanProgramming","download_url":"https://codeload.github.com/IvanProgramming/dnevnik_mos_ru/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230141558,"owners_count":18179748,"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":["dnevnik-mos-ru","google-chrome","hacktoberfest","python","selenium","wrapper-api"],"created_at":"2024-09-28T02:02:20.471Z","updated_at":"2024-12-17T15:42:14.888Z","avatar_url":"https://github.com/IvanProgramming.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Этот репозиторий находиться  в архиве и уже скорее всего не работает. Автор уже на втором курсе универа. Если все еще хочется воспользоваться либой, можно изучить [этот замечательный порт от RedGuy](https://github.com/RedGuyRu/DnevnikApiPython)\n\n## dnevnik-mos-ru\n[![time tracker](https://wakatime.com/badge/github/IvanProgramming/dnevnik_mos_ru.svg)](https://wakatime.com/badge/github/IvanProgramming/dnevnik_mos_ru)\n[![CodeFactor](https://www.codefactor.io/repository/github/ivanprogramming/dnevnik_mos_ru/badge)](https://www.codefactor.io/repository/github/ivanprogramming/dnevnik_mos_ru)\n[![](https://tokei.rs/b1/github/XAMPPRocky/tokei)](https://github.com/IvanProgramming/dnevnik_mos_ru)\n[![Discord](https://img.shields.io/discord/799693120358711356)](https://discord.gg/qMUVFTXRcM)\n![GitHub Repo stars](https://img.shields.io/github/stars/IvanProgramming/dnevnik_mos_ru?style=social)\n![PyPI](https://img.shields.io/pypi/v/dnevnik_mos_ru?label=PyPi)\n\nPython библиотека, для удобного доступа к ЭЖД.\n\n##### Пример кода\n```python\n# Вывод сегодняшних уроков\n# Импорт библиотеки\nimport dnevnik\n\n# Данные для авторизации\nLOGIN = \"\"\nPASSWORD = \"\"\n\n# Данные для Selenium\nDRIVER_PATH = \"\"\n\n# Авторизуемся\nme = dnevnik.Client(login=LOGIN, password=PASSWORD, selenium_executable_path=DRIVER_PATH)\n\n# Получаем список уроков на сегодня\nlessons = me.get_lessons()\n\n# Выводим уроки по порядку\nfor lesson in lessons:\n    print(\"{0.lesson_number}. {0.subject_name}\".format(lesson))\n```\n#### Установка\n\n###### Установка Selenium\nПока реализован только вариант с ChromeDriver.\n1. Зайти в Google Chrome. Три точки сверху -\u003e Справка -\u003e О браузуре Google Chrome\n2. Запомнить версию.\n3. [Отсюда](https://chromedriver.chromium.org/) скачать chromedriver для своей версии Chrome и своей OS\n4. Скопируйте исполняемый файл в какую-нибудь папку и запомните путь.\n5. В конструкторе Client параметр флаг use_selenium и внесите путь в selenium_executable_path\n\n###### Установка библиотеки\n\n- В Linux/MacOS \n    ```\n    pip3 install dnevnik-mos-ru\n    ``` \n- В Windows\n    ```\n    pip install dnevnik-mos-ru\n    ``` \n \n##### Документация API\n[Документацию API](/docs/API.raml) в формате .RAML можно найти в в папке docs. Можно сгенерировать файл .HTML с помощью\nутилиты [raml2html](https://github.com/raml2html/raml2html)\n\n##### Документация библиотеки\nДокументацию библиотеки можно будет найти [здесь](https://dnevnik.readthedocs.io/en/latest/). \n\n##### Join [Discord Server](https://discord.gg/qMUVFTXRcM)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanprogramming%2Fdnevnik_mos_ru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanprogramming%2Fdnevnik_mos_ru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanprogramming%2Fdnevnik_mos_ru/lists"}