{"id":22402810,"url":"https://github.com/georgiydemo/fa_api","last_synced_at":"2025-07-31T16:31:14.636Z","repository":{"id":57428002,"uuid":"264020982","full_name":"GeorgiyDemo/fa_api","owner":"GeorgiyDemo","description":"API  wrapper for ruz.fa.ru","archived":false,"fork":false,"pushed_at":"2021-01-11T12:08:53.000Z","size":29,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-28T22:49:19.391Z","etag":null,"topics":["api","fa-university","hse","timetable"],"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/GeorgiyDemo.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}},"created_at":"2020-05-14T20:43:39.000Z","updated_at":"2024-10-06T10:41:20.000Z","dependencies_parsed_at":"2022-09-09T05:01:13.062Z","dependency_job_id":null,"html_url":"https://github.com/GeorgiyDemo/fa_api","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgiyDemo%2Ffa_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgiyDemo%2Ffa_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgiyDemo%2Ffa_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeorgiyDemo%2Ffa_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeorgiyDemo","download_url":"https://codeload.github.com/GeorgiyDemo/fa_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228267825,"owners_count":17893841,"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":["api","fa-university","hse","timetable"],"created_at":"2024-12-05T09:14:27.368Z","updated_at":"2024-12-05T09:14:28.053Z","avatar_url":"https://github.com/GeorgiyDemo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API расписания Финансового университета при Правительстве Российской Федерации\nПростая библиотека для получения расписания с ruz.fa.ru. Также может быть использована для работы с ruz.hse.ru\n\n[![PyPi](https://img.shields.io/badge/PyPi-v1.0.1-orange)](https://pypi.org/project/fa-api/)\n[![Лицензия GPLv3](https://img.shields.io/badge/license-GPLv3-lightgrey.svg)](https://www.gnu.org/licenses/gpl-3.0.html)\n\n\n## Установка\n```\npip3 install fa_api\n```\n\n## Примеры \n### Пример работы с группами\n\n```python\nfrom fa_api import FaAPI\n\n#Создаем объект расписания\nfa = FaAPI()\n\n#Ищем группу ПИ19-5\ngroup = fa.search_group(\"ПИ19-5\")\n#Получаем инфо о расписании группы ПИ19-5 на сегодня\ntimetable = fa.timetable_group(group[0][\"id\"])\n\n#Ищем группу ПИ19-3\ngroup = fa.search_group(\"ПИ19-3\")\n#Получаем инфо о расписании группы ПИ19-3 с 01.10.2020 по 06.10.2020\ntimetable = fa.timetable_group(group[0][\"id\"], \"2020.10.01\", \"2020.10.06\")\n\n#Выводим list с расписанием\nprint(timetable)\n```\n### Пример работы с преподавателями\n\n```python\nfrom fa_api import FaAPI\n\n#Создаем объект расписания\nfa = FaAPI()\n\n#Получаем информацию о преподавателе\nteacher = fa.search_teacher(\"Милованов\")\n#Получаем расписание преподавателя за сентябрь\ntimetable = fa.timetable_teacher(teacher[0][\"id\"],\"2020.09.01\",\"2020.09.30\")\n\n#Выводим list с расписанием\nprint(timetable)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgiydemo%2Ffa_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorgiydemo%2Ffa_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgiydemo%2Ffa_api/lists"}