{"id":20629892,"url":"https://github.com/lbrulet/epitechfetcher","last_synced_at":"2025-10-20T09:54:50.914Z","repository":{"id":128440262,"uuid":"174969985","full_name":"lbrulet/EpitechFetcher","owner":"lbrulet","description":"Golang package that fetch informations from the epitech intranet with the autolink","archived":false,"fork":false,"pushed_at":"2019-06-07T13:58:11.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-08T17:23:57.789Z","etag":null,"topics":["autologin","epitech","epitech-intra","golang","information","library"],"latest_commit_sha":null,"homepage":"","language":"Go","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/lbrulet.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":"2019-03-11T09:44:13.000Z","updated_at":"2024-06-19T04:21:07.860Z","dependencies_parsed_at":null,"dependency_job_id":"017af42e-483e-4ea7-9c00-1e6fa4b56a65","html_url":"https://github.com/lbrulet/EpitechFetcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/lbrulet/EpitechFetcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbrulet%2FEpitechFetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbrulet%2FEpitechFetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbrulet%2FEpitechFetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbrulet%2FEpitechFetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lbrulet","download_url":"https://codeload.github.com/lbrulet/EpitechFetcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbrulet%2FEpitechFetcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266499154,"owners_count":23938799,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["autologin","epitech","epitech-intra","golang","information","library"],"created_at":"2024-11-16T14:06:20.807Z","updated_at":"2025-10-20T09:54:50.835Z","avatar_url":"https://github.com/lbrulet.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EPITECHFETCHER\n\n## Description\nEpitechFetcher is a golang library that fetch the user informations with his autologin\n## Installation\n\nUse the package manager [go get](https://golang.org/cmd/go/) to install EpitechFetcher.\n\n```bash\ngo get -v github.com/lbrulet/EpitechFetcher\n```\n\n## Usage\n\n```golang\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/lbrulet/EpitechFetcher\"\n)\n\nfunc main() {\n\tif user, notes, err := EpitechFetcher.Link(\"auth-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\", \"luc.brulet@epitech.eu\"); err != nil {\n\t\tfmt.Println(err)\n\t} else {\n\t\tfmt.Println(user, notes)\n\t}\n}\n```\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flbrulet%2Fepitechfetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flbrulet%2Fepitechfetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flbrulet%2Fepitechfetcher/lists"}