{"id":16493195,"url":"https://github.com/teraskull/wsiz-api","last_synced_at":"2026-05-10T21:55:04.021Z","repository":{"id":121880379,"uuid":"285533358","full_name":"Teraskull/wsiz-api","owner":"Teraskull","description":"API for the WSIZ Virtual University website.","archived":false,"fork":false,"pushed_at":"2020-12-09T04:02:27.000Z","size":117,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T06:42:19.575Z","etag":null,"topics":["api","fastapi","university","wsiz"],"latest_commit_sha":null,"homepage":"https://wu.wsiz.edu.pl/","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/Teraskull.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-08-06T09:47:20.000Z","updated_at":"2022-07-31T10:58:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"05523a9f-f822-4e4d-8854-a2e2c6177092","html_url":"https://github.com/Teraskull/wsiz-api","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":0.07407407407407407,"last_synced_commit":"5d7908cb6aa4c21faa68224aae0276b0d1944496"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Teraskull/wsiz-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teraskull%2Fwsiz-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teraskull%2Fwsiz-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teraskull%2Fwsiz-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teraskull%2Fwsiz-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teraskull","download_url":"https://codeload.github.com/Teraskull/wsiz-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teraskull%2Fwsiz-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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","status":"online","status_checked_at":"2025-11-25T02:00:05.816Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","fastapi","university","wsiz"],"created_at":"2024-10-11T14:08:48.863Z","updated_at":"2025-11-25T04:09:46.995Z","avatar_url":"https://github.com/Teraskull.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://wsiz.rzeszow.pl/\"\u003e\u003cimg src=\"wsiz_logo.png\" width=\"10%\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  WSIZ API\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  API for the WSIZ Virtual University \u003ca href=\"https://wu.wsiz.edu.pl/\"\u003ewebsite\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca style=\"text-decoration:none\" href=\"https://www.codefactor.io/repository/github/teraskull/wsiz-api\"\u003e\n    \u003cimg src=\"https://www.codefactor.io/repository/github/teraskull/wsiz-api/badge?style=flat-square\" alt=\"CodeFactor\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Notice:\n\nAs I graduated WSIZ University now, unfortunately, I won't be able to maintain this project, as I do not have access to the Virtual University anymore.\nFeel free to fork this repository to continue maintaining it.\n\n## Requirements:\n\n* Python 3.6+\n\n* [FastAPI](https://github.com/tiangolo/fastapi) framework\n    ```console\n    $ pip install fastapi\n    ```\n* [BeautifulSoup](https://pypi.org/project/beautifulsoup4/) library\n    ```console\n    $ pip install beautifulsoup4\n    ```\n* [Uvicorn](http://www.uvicorn.org/) ASGI server\n    ```console\n    $ pip install uvicorn\n    ```\n\n## Installation:\n\n```console\n$ git clone https://github.com/Teraskull/wsiz-api\n\n$ cd wsiz-api\n\n$ pip install -r requirements.txt\n\n$ cd api\n\n$ uvicorn main:app --reload\n```\n\n## Documentation:\n\nOpen your browser at http://127.0.0.1:8000/docs.\n\nYou will see the automatic interactive API documentation (provided by [Swagger UI](https://github.com/swagger-api/swagger-ui)).\n\n\n## License:\n\nThis software is available under the following licenses:\n\n  * **MIT**\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteraskull%2Fwsiz-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteraskull%2Fwsiz-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteraskull%2Fwsiz-api/lists"}