{"id":23085268,"url":"https://github.com/rahuletto/auto-resume","last_synced_at":"2025-04-30T16:46:51.483Z","repository":{"id":268174852,"uuid":"903253157","full_name":"Rahuletto/auto-resume","owner":"Rahuletto","description":"Designed to automatically update a LaTeX resume to generate a resume pdf every week","archived":false,"fork":false,"pushed_at":"2025-04-20T01:02:57.000Z","size":4310,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T19:51:34.054Z","etag":null,"topics":["automated","latex","resume"],"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/Rahuletto.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":"2024-12-14T05:35:06.000Z","updated_at":"2025-04-23T04:38:27.000Z","dependencies_parsed_at":"2025-01-26T01:43:41.039Z","dependency_job_id":"72300aa5-3416-4d17-98bf-b147a2ba34b5","html_url":"https://github.com/Rahuletto/auto-resume","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":"0.16000000000000003","last_synced_commit":"5f7e8b9c4f93a6a39255f83e964800ddf59df47e"},"previous_names":["rahuletto/auto-resume"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahuletto%2Fauto-resume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahuletto%2Fauto-resume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahuletto%2Fauto-resume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahuletto%2Fauto-resume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rahuletto","download_url":"https://codeload.github.com/Rahuletto/auto-resume/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251747773,"owners_count":21637404,"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":["automated","latex","resume"],"created_at":"2024-12-16T17:51:54.200Z","updated_at":"2025-04-30T16:46:51.476Z","avatar_url":"https://github.com/Rahuletto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automated Resume\n\nThis project is designed to automatically update a LaTeX resume template with data fetched from GitHub and LinkedIn. It uses the GitHub GraphQL API and a LinkedIn data scraper API to gather information about repositories, languages, experiences, certifications, and more.\n\n![Score](/score.png)\n\n## Features\n\n- Fetches GitHub repository data including name, URL, languages, stargazer count, and description.\n- Fetches LinkedIn profile data including positions, certifications, languages, and projects.\n- Automatically updates a [LaTeX resume template from Overleaf](https://faangpath.com/template/) with the fetched data.\n- Saves API responses to local JSON files to avoid unnecessary API calls during testing.\n\n## Requirements\n\n- Golang 1.24+\n- GitHub Personal Access Token\n- RapidAPI Key (Linkedin scraping)\n\n## Setup\n\n1. **Clone the repository:**\n\n    ```sh\n    git clone https://github.com/rahuletto/auto-resume.git\n    cd auto-resume\n    ```\n\n3. **Install the required packages:**\n\n    ```sh\n    go mod tidy\n    ```\n\n4. **Set up environment variables:**\n\n    Create a [.env](https://dotenvx.com/docs/env-file) file in the root directory of the project and add the following environment variables:\n\n    ```env\n    GITHUB_TOKEN=your_github_personal_access_token\n    LINKEDIN_API_KEY=your_linkedin_scraper_key\n    LINKEDIN_PROFILE_URL=your_linkedin_profile_url\n    ```\n\n5. **Run the script:**\n\n    ```sh\n    go run main.go\n    ```\n\n    This will fetch the data from GitHub and LinkedIn, update the LaTeX template, and generate the updated resume.\n\n\u003e [!TIP]\n\u003e If you set LOCAL=\"True\" in `.env` file, it generates two json files of your data, this is to cache data and prevent excessive API calls\n\n## Notes\n\n- The GitHub Personal Access Token should have the `repo` scope.\n- The RapidAPI Key should be obtained to scrape LinkedIn data.\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuletto%2Fauto-resume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahuletto%2Fauto-resume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuletto%2Fauto-resume/lists"}