{"id":28348483,"url":"https://github.com/literateink/crowous.rs","last_synced_at":"2025-10-08T07:11:13.261Z","repository":{"id":293374952,"uuid":"983466425","full_name":"LiterateInk/Crowous.rs","owner":"LiterateInk","description":"A Rust wrapper for the Crous Mobile internal API.","archived":false,"fork":false,"pushed_at":"2025-05-14T14:46:39.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T12:37:39.380Z","etag":null,"topics":["api","crous","crous-mobile","france","les-crous","restaurant","student","university","wrapper"],"latest_commit_sha":null,"homepage":"https://crowous.docs.literate.ink/","language":"Rust","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/LiterateInk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"LiterateInk"}},"created_at":"2025-05-14T12:27:19.000Z","updated_at":"2025-05-14T14:46:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"82828ca2-c3b8-4a11-ba87-82c94ae8d5fb","html_url":"https://github.com/LiterateInk/Crowous.rs","commit_stats":null,"previous_names":["literateink/crowous.rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LiterateInk/Crowous.rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiterateInk%2FCrowous.rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiterateInk%2FCrowous.rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiterateInk%2FCrowous.rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiterateInk%2FCrowous.rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiterateInk","download_url":"https://codeload.github.com/LiterateInk/Crowous.rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiterateInk%2FCrowous.rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903728,"owners_count":26065937,"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-10-08T02:00:06.501Z","response_time":56,"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","crous","crous-mobile","france","les-crous","restaurant","student","university","wrapper"],"created_at":"2025-05-27T18:11:09.094Z","updated_at":"2025-10-08T07:11:13.253Z","avatar_url":"https://github.com/LiterateInk.png","language":"Rust","funding_links":["https://opencollective.com/LiterateInk"],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"Crowous: A wrapper for the Crous Mobile internal API\" src=\"https://raw.githubusercontent.com/LiterateInk/Crowous.rs/main/.github/assets/banner.svg\" width=\"100%\" /\u003e\n\n_This library **is not** affiliated with [\u0026nearr;\u0026nbsp;Les Crous](https://www.lescrous.fr/) in any way._\n\n## What is \"Les Crous\" ?\n\n[\u0026nearr;\u0026nbsp;Les Crous](https://www.lescrous.fr/) (or _Centres Régionaux des Œuvres Universitaires et Scolaires_) in France are regional organizations that provide various services to students to enhance their quality of life.\n\n[\u0026nearr;\u0026nbsp;Les Crous' mobile app](https://play.google.com/store/apps/details?id=com.einden.crous.poitiers.android) facilitates student life by providing access to housing applications, meal plan management, scholarship information, and various support services directly from their smartphones.\n\n## Installation\n\n```bash\ncargo add crowous\n```\n\n## Quick Start\n\n```rust\nuse crowous::services::get_available_crous;\n\n#[tokio::main]\nasync fn main() {\n  let available_crous = get_available_crous().await.unwrap();\n\n  for crous in available_crous {\n    println!(\"{} ({})\", crous.name, crous.identifier);\n  }\n}\n```\n\nYou can find guides at [**\u0026nearr;\u0026nbsp;crowous.docs.literate.ink**](https://crowous.docs.literate.ink) and if it's not enough you can also take a look at the [**\u0026nearr;\u0026nbsp;examples** directory on the GitHub repository](https://github.com/LiterateInk/Crowous.rs/tree/main/examples) for inspiration.\n\nIf none of those are helpful, you can always [\u0026nearr;\u0026nbsp;open an issue](https://github.com/LiterateInk/Crowous.rs/issues) to ask for help or join the [\u0026nearr;\u0026nbsp;LiterateInk Discord server](https://literate.ink/discord).\n\n## License\n\nThis project is licensed under the GPL-3.0 License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliterateink%2Fcrowous.rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliterateink%2Fcrowous.rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliterateink%2Fcrowous.rs/lists"}