{"id":20474458,"url":"https://github.com/camarm-dev/bfc-avantagesjeunes-mobile","last_synced_at":"2026-03-19T16:02:15.837Z","repository":{"id":199081959,"uuid":"692151033","full_name":"camarm-dev/bfc-avantagesjeunes-mobile","owner":"camarm-dev","description":"Une application mobile pour la carte avantages jeunes en Bourgogne Franche Comté","archived":false,"fork":false,"pushed_at":"2024-10-29T18:58:00.000Z","size":15850,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T20:46:53.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://avantagesjeunesconnect.camarm.fr/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camarm-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"camarm-dev","patreon":null,"open_collective":null,"ko_fi":"camarm","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-09-15T17:12:36.000Z","updated_at":"2024-05-10T07:56:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"311ce850-ec68-4508-ba51-e7f0cbe21170","html_url":"https://github.com/camarm-dev/bfc-avantagesjeunes-mobile","commit_stats":null,"previous_names":["camarm-dev/bfc-avantagesjeunes-mobile"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/camarm-dev/bfc-avantagesjeunes-mobile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camarm-dev%2Fbfc-avantagesjeunes-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camarm-dev%2Fbfc-avantagesjeunes-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camarm-dev%2Fbfc-avantagesjeunes-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camarm-dev%2Fbfc-avantagesjeunes-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camarm-dev","download_url":"https://codeload.github.com/camarm-dev/bfc-avantagesjeunes-mobile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camarm-dev%2Fbfc-avantagesjeunes-mobile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30324367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"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":[],"created_at":"2024-11-15T14:32:53.358Z","updated_at":"2026-03-10T04:30:45.273Z","avatar_url":"https://github.com/camarm-dev.png","language":"Vue","funding_links":["https://github.com/sponsors/camarm-dev","https://ko-fi.com/camarm"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n\u003cimg alt=\"Icon\" src=\"public/welcome.png\" height=\"50\"\u003e\n\n# Avantages Jeunes Connect\nUne application mobile pour la carte avantages jeunes en Bourgogne Franche-Comté.\n\n\u003c/div\u003e\n\nCréée pour rechercher plus facilement les avantages dont vous pouvez bénéficier, Avantages Jeunes Connect est une application non officielle !\n\n\n\u003e [!IMPORTANT]   \n\u003e Avantages Jeunes Connect est une application non-officielle\n\n\n## Télécharger\n\nVous pouvez télécharger les fichiers exécutables correspondants à votre plateforme sur la page [releases](/releases).\n\n\u003e [!NOTE]   \n\u003e Arrive bientôt:\n\u003e - [ ] Télécharger depuis Google Play Store\n\n\n## Goals\n\n- [x] Voir sa carte\n- [x] Voir son compte\n- [x] Voir ses favoris\n- [x] Voir les avantages autours sur une carte\n- [x] Ouvrir un avantage sur une carte\n- [x] Rechercher des avantages (secteur, type)\n- [x] Enregistrer un scan de sa carte\n- [x] Voir ses avantages utilisés\n- [ ] Utiliser un avantage depuis l'app\n\n\n## Documentation\n\n\n### API\n\n- Installer python3\n- Installer les dépendances\n```shell\npip install pymongo fastapi uvicorn\n```\n- Lancer le script\n```shell\npython3 server.py\n```\n\n- Accessible depuis `localhost:8000` !\n\n### Fetch advantages\n\n- Installer python3\n- Installer les dépendances\n```shell\npip install pymongo requests\n```\n- Entrer l'url de connexion de la base MongoDB (dans un fichier `dataset/.mongodb`)\n```shell\nmongodb+srv://user:password@server.com/?retryWrites=true\u0026w=majority\n```\n- Lancer le script (avec une option `-s` pour le mettre en mode silencieux) \n```shell\npython3 fetch.py\n```\n- Attendez que la magie opère !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamarm-dev%2Fbfc-avantagesjeunes-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamarm-dev%2Fbfc-avantagesjeunes-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamarm-dev%2Fbfc-avantagesjeunes-mobile/lists"}