{"id":25892893,"url":"https://github.com/s-r-e-e-r-a-j/gitghost","last_synced_at":"2026-05-15T12:05:24.726Z","repository":{"id":279832600,"uuid":"940139016","full_name":"s-r-e-e-r-a-j/GitGhost","owner":"s-r-e-e-r-a-j","description":"GitGhost is a powerful GitHub unfollowers tracking tool that helps you identify users you follow but who don’t follow you back.","archived":false,"fork":false,"pushed_at":"2025-09-20T16:00:04.000Z","size":44,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T18:15:19.459Z","etag":null,"topics":["github","githubunfollowertracker","python3","unfollowertracker","unfollowertrackerforgithub"],"latest_commit_sha":null,"homepage":"","language":"Python","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/s-r-e-e-r-a-j.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-02-27T17:16:30.000Z","updated_at":"2025-09-20T16:00:07.000Z","dependencies_parsed_at":"2025-02-28T00:50:15.505Z","dependency_job_id":"75dca701-4b77-4d48-a929-865a3698c15a","html_url":"https://github.com/s-r-e-e-r-a-j/GitGhost","commit_stats":null,"previous_names":["s-r-e-e-r-a-j/gitghost"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s-r-e-e-r-a-j/GitGhost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FGitGhost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FGitGhost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FGitGhost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FGitGhost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-r-e-e-r-a-j","download_url":"https://codeload.github.com/s-r-e-e-r-a-j/GitGhost/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-r-e-e-r-a-j%2FGitGhost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33066140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github","githubunfollowertracker","python3","unfollowertracker","unfollowertrackerforgithub"],"created_at":"2025-03-02T21:29:22.113Z","updated_at":"2026-05-15T12:05:24.720Z","avatar_url":"https://github.com/s-r-e-e-r-a-j.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GitGhost\nFind out who doesn’t follow you back on GitHub!\nGitGhost is a powerful GitHub unfollowers tracking tool that helps you identify users you follow but who don’t follow you back.\n\n## Features\n- Find non-followers – See who isn’t following you back\n- Uses GitHub API – Fast \u0026 reliable data fetching\n- Save Results – Option to save unfollowers list to a file\n- Easy to Use – Just run, enter your username, and get results!\n\n## Installation\nClone the repository and navigate to the project folder:\n\n```bash\ngit clone https://github.com/s-r-e-e-r-a-j/GitGhost.git\n```\n```bash\ncd GitGhost\n```\n\n## Dependencies\nMake sure you have Python installed along with the following dependencies:\n\n- **requests**\n  \n  install it by \n```bash\npip3 install requests\n```\n## Usage\n**Run the script:**\n\n```bash\npython3 gitghost.py\n```\n\n ## Getting a GitHub Personal Access Token  \n\nGitGhost requires a **GitHub personal access token (PAT)** to authenticate API requests. Follow these steps to generate one:  \n\n### Step 1: Open GitHub Token Settings  \nGo to the **GitHub Personal Access Tokens** page:  \n\n🔗 [GitHub Token Settings](https://github.com/settings/tokens)  \n\n### Step 2: Generate a New Token  \n1. Click **\"Generate new token (classic)\"**.  \n2. In the **\"Note\"** field, enter a description (e.g., *GitGhost Token*).  \n\n### Step 3: Set Token Permissions  \n- Under **\"Select scopes\"**, check the box for:  \n  ✅ **`read:user`** – Required to fetch your followers and following lists.  \n\n### Step 4: Generate \u0026 Copy the Token  \n1. Scroll down and click **\"Generate token\"**.  \n2. Copy the token and store it securely (you won’t see it again).  \n\n### Step 5: Use the Token in GitGhost  \n- When prompted by GitGhost, paste your token to authenticate.  \n\n### Important Notes  \n- Never share your **GitHub token** with anyone.  \n- If your token is compromised, **revoke it** immediately and generate a new one.  \n- GitHub tokens **expire** based on the duration you set, so renew it if needed.  \n\n---\n\nThis guide ensures you have a **valid GitHub token** to use with GitGhost.  \n\n## What It Does:\n- 1️⃣ Prompts for your GitHub username\n- 2️⃣ Asks for your GitHub token \n- 3️⃣ Fetches your followers and following lists\n- 4️⃣ Shows users you follow who don’t follow you back\n- 5️⃣ Lets you save the results to a file\n\n## Screenshot\n\n![VirtualBox_klinux13_27_02_2025_22_58_48](https://github.com/user-attachments/assets/00751552-0d1f-48a7-9c98-12ef6973f6e0)\n\n\n## License\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-r-e-e-r-a-j%2Fgitghost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-r-e-e-r-a-j%2Fgitghost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-r-e-e-r-a-j%2Fgitghost/lists"}