{"id":26928198,"url":"https://github.com/kerolloz/most-followed-github-users-api","last_synced_at":"2026-04-11T03:32:30.096Z","repository":{"id":175930656,"uuid":"619827252","full_name":"kerolloz/most-followed-github-users-api","owner":"kerolloz","description":"Top 50 most followed GitHub users in any country :octocat:","archived":false,"fork":false,"pushed_at":"2024-11-14T15:43:15.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T00:32:05.782Z","etag":null,"topics":["followers","following","github","github-api","github-graphql","go","golang","graphql","users"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kerolloz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-03-27T14:00:07.000Z","updated_at":"2025-01-08T07:28:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f3e13fd-e944-4ff0-ba65-4fc6e61749c3","html_url":"https://github.com/kerolloz/most-followed-github-users-api","commit_stats":null,"previous_names":["kerolloz/most-followed-github-users-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kerolloz/most-followed-github-users-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerolloz%2Fmost-followed-github-users-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerolloz%2Fmost-followed-github-users-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerolloz%2Fmost-followed-github-users-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerolloz%2Fmost-followed-github-users-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kerolloz","download_url":"https://codeload.github.com/kerolloz/most-followed-github-users-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerolloz%2Fmost-followed-github-users-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","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":["followers","following","github","github-api","github-graphql","go","golang","graphql","users"],"created_at":"2025-04-02T04:18:44.312Z","updated_at":"2026-04-11T03:32:30.079Z","avatar_url":"https://github.com/kerolloz.png","language":"Go","readme":"\u003ch1 align=\"center\"\u003eMost Followed GitHub Users (API)\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  Returns a list of the top 50 most followed GitHub users in a particular country\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?logo=go\u0026label=\u0026message=go\u0026\u0026color=333\u0026style=for-the-badge\" alt=\"go\" /\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?logo=fastify\u0026label=\u0026message=Fastify\u0026style=for-the-badge\u0026color=333\" alt=\"deta\" /\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?logo=github\u0026label=\u0026message=github\u0026\u0026color=333\u0026style=for-the-badge\" alt=\"github\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/36763164/232241911-c0771365-225c-49fc-b22a-8351b54336b9.png\" width=\"500px\" /\u003e\n\u003c/p\u003e\n\n## Getting Started\n\nTo get started with the project, follow these steps:\n\n1. Clone the repository  \n1. Navigate to the project directory\n1. Set the [required environment variables](#environment-variables)\n1. Install the project dependencies using `go get ./...`  \n1. Build the project using `go build -o main ./app`\n1. Run the project using `./main`\n\n## Environment Variables\n\nThe project requires certain environment variables to be set in order to function properly. You can find a list of required variables in the `.env.example` file.\n\nThe project is flexible when it comes to loading the environment variables.\nYou can use any of the following ways to set the environment variables:\n\n- Create a `.env` file in the root directory of the project and add your variables there. The project will automatically read these variables on startup.\n- Set environment variables directly in your shell using the `export` command. For example, you could run `export GITHUB_API_TOKEN=your_token` to set the `GITHUB_API_TOKEN` variable. Note that this method will only set the variable for the current shell session.\n- When running the compiled executable file, you can set environment variables inline like this: `GITHUB_API_TOKEN=your_token ./main`. This will set the `GITHUB_API_TOKEN` variable specifically for the execution of that command.\n\n## Issues\n\nIf you encounter any issues with the project, please report them on the GitHub issue tracker.\n\n## Contributing\n\nIf you would like to contribute to the project, please follow these steps:\n\n1. Fork the repository\n2. Create a new branch for your feature or bug fix\n3. Make your changes and commit them\n4. Push your changes to your forked repository\n5. Open a pull request\n\n\u003csup\u003eFrontend repository: https://github.com/kerolloz/most-followed-github-users\u003c/sup\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerolloz%2Fmost-followed-github-users-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkerolloz%2Fmost-followed-github-users-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerolloz%2Fmost-followed-github-users-api/lists"}