Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.91 KB

File metadata and controls

52 lines (35 loc) · 1.91 KB

Githubster

Githubster

Track your GitHub followers, unfollowers and following relationships.

Githubster TypeScript Tailwind

Githubster is a free, open-source tool that helps you understand your GitHub social graph. Instantly see who doesn't follow you back, discover followers you haven't followed yet, and get a clear overview of your connections — all without signing in or sharing any personal data.

Features

  • Not Following Back — people you follow who don't follow you back
  • You Don't Follow Back — people who follow you but you don't follow back
  • Following — everyone you follow
  • Followers — everyone who follows you
  • Search and filter within each tab
  • Optional GitHub token for higher rate limits
  • Dark theme with GitHub-inspired design
  • Fully client-side — no data stored on any server

Getting Started

# Install dependencies
npm install

# Run development server
npm run dev

Open http://localhost:3000 in your browser.

GitHub Token (Optional)

Without a token, the GitHub API allows 60 requests per hour. With a personal access token, you get 5,000 requests per hour.

To create a token:

  1. Go to GitHub Settings → Developer settings → Personal access tokens
  2. Generate a new token (classic) — no scopes needed for public data
  3. Paste it in the token field in the app

Tech Stack

License

MIT