{"id":50338699,"url":"https://github.com/tigran-sargsyan-w/github-buddy-checker","last_synced_at":"2026-05-29T15:30:22.214Z","repository":{"id":321386066,"uuid":"1074643251","full_name":"tigran-sargsyan-w/github-buddy-checker","owner":"tigran-sargsyan-w","description":"🔗GitHub Buddy Checker — Find who is your GitHub-Buddy🔗","archived":false,"fork":false,"pushed_at":"2025-10-13T10:54:51.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-06T11:49:04.189Z","etag":null,"topics":["analytics","audit","balance","buddy","checker","followers","following","github","github-api","hacktoberfest","mutuals","no-backend","non-mutuals","privacy","static-site","unfollowers"],"latest_commit_sha":null,"homepage":"https://tigran-sargsyan-w.github.io/github-buddy-checker/","language":"JavaScript","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/tigran-sargsyan-w.png","metadata":{"files":{"readme":"README.en.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-12T07:36:27.000Z","updated_at":"2025-10-13T10:52:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"b33db875-c31e-4c94-942b-32aebd030980","html_url":"https://github.com/tigran-sargsyan-w/github-buddy-checker","commit_stats":null,"previous_names":["tigran-sargsyan-w/github-buddy-checker"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tigran-sargsyan-w/github-buddy-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigran-sargsyan-w%2Fgithub-buddy-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigran-sargsyan-w%2Fgithub-buddy-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigran-sargsyan-w%2Fgithub-buddy-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigran-sargsyan-w%2Fgithub-buddy-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tigran-sargsyan-w","download_url":"https://codeload.github.com/tigran-sargsyan-w/github-buddy-checker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tigran-sargsyan-w%2Fgithub-buddy-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33659872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["analytics","audit","balance","buddy","checker","followers","following","github","github-api","hacktoberfest","mutuals","no-backend","non-mutuals","privacy","static-site","unfollowers"],"created_at":"2026-05-29T15:30:20.860Z","updated_at":"2026-05-29T15:30:22.200Z","avatar_url":"https://github.com/tigran-sargsyan-w.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Buddy Checker — Find who is your GitHub‑Buddy\n\nA tiny, client‑side tool to analyze GitHub follow reciprocity. See who doesn’t follow you back, who you don’t follow, and your mutuals. No backend.\n\n- Live demo: [GitHub Buddy Checker](https://tigran-sargsyan-w.github.io/github-buddy-checker/)\n- UI languages: EN/RU\n\n## Features\n- Followers/following analysis\n- Result groups:\n  - Not following you back — you follow them, they don’t follow you\n  - You’re not following — they follow you, you don’t follow them\n  - Mutual — both follow each other\n- Stats summary (followers, following, mutual, not‑following‑back)\n- GitHub API rate‑limit indicator with reset ETA\n- Optional Personal Access Token to raise limit up to 5000 req/h\n- Language switcher (EN/RU)\n\n## How to use\n1. Open the live demo (or run locally — see below).\n2. Enter a GitHub username and click “Search”.\n3. Optionally add a Personal Access Token:\n   - Without token: 60 req/h\n   - With token: up to 5000 req/h\n   - Create at https://github.com/settings/tokens (no special scopes required)\n4. Explore the three tabs and the stats card.\n\n## Privacy\n- 100% client‑side. Requests go directly to https://api.github.com\n- If provided, your token is used only in request headers and is not stored anywhere\n\n## Run\nThe project requires no build and no dependencies.\n\n- Option 1 — Demo site (quick and easy)\n    - Demo: [GitHub Buddy Checker](https://tigran-sargsyan-w.github.io/github-buddy-checker/)\n    - Open the hosted page and try the tool right away. Great for a quick overview.\n- Option 2 — Local (for privacy-conscious users)\n    - Download/clone the repository and open `index.html` on your own device.\n    - The only network requests go to the GitHub API; your PAT is never sent anywhere else.\n\nStructure:\n- index.html — entry point\n- src/utils — utilities (GitHub API, i18n, toasts)\n- src/components — components (language switcher, search, stats, lists)\n- src/app.jsx — app bootstrap\n\n## Tech\n- React 18 (UMD)\n- Tailwind (CDN)\n- Lucide Icons (CDN)\n- GitHub REST API v3 (followers/following, 100‑items pagination)\n\n## Limitations\n- Public data only\n- Large accounts may need more requests (watch API limits)\n\n## Roadmap ideas\n- Filter/search/sort in lists\n- Export (CSV/JSON)\n- Remember last query locally\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigran-sargsyan-w%2Fgithub-buddy-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftigran-sargsyan-w%2Fgithub-buddy-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigran-sargsyan-w%2Fgithub-buddy-checker/lists"}