https://github.com/lomirus/get-github-mutual-followers
🤺 Query the github mutual followers by one's username.
https://github.com/lomirus/get-github-mutual-followers
followers github github-tools
Last synced: 30 days ago
JSON representation
🤺 Query the github mutual followers by one's username.
- Host: GitHub
- URL: https://github.com/lomirus/get-github-mutual-followers
- Owner: lomirus
- License: mit
- Created: 2021-06-11T03:09:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T03:22:24.000Z (about 5 years ago)
- Last Synced: 2025-03-30T23:28:11.302Z (about 1 year ago)
- Topics: followers, github, github-tools
- Language: TypeScript
- Homepage: https://lomirus.github.io/get-github-mutual-followers/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
A Web App based on Vanilla TS to query the mutual followers of a specified Github user through the Github official APIs.
## Usage
### Online Version
Visit [Github Pages](https://lomirus.github.io/get-github-mutual-followers/)
### Local version
Download and run:
```bash
npm install
npm run build
npm run serve
```
## Q&A
### Why does it need my person access token?
You can use this app without your token, but the number of request would be very limited. Just like the below table shows:
|User Type|Rate Limit|
|---|---|
|Authorized| 5,000 requests per hour|
|Authorized (Enterprise)| 15,000 requests per hour|
|Unauthenticated| 60 requests per hour|
Visit the [official documentation](https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting) for more information.
### How to create a github personal access token?
Sign in Github account and visit [here](https://github.com/settings/tokens).
P.S. You needn't to select any scope.
### How many requests will it take when I search one user?
That depends on the number of following and followers of the user you specified. And they have such relationship:
