https://github.com/carloszoft/sync-github-followers
Sync "following" with "followers"
https://github.com/carloszoft/sync-github-followers
Last synced: 2 months ago
JSON representation
Sync "following" with "followers"
- Host: GitHub
- URL: https://github.com/carloszoft/sync-github-followers
- Owner: CarlosZoft
- License: mit
- Created: 2022-12-14T22:10:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T00:15:39.000Z (about 2 years ago)
- Last Synced: 2025-03-25T13:11:18.284Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sync Github Followers
For running the app and sync your followers / following
#### Before All :
**Enviroment - Node >= v18**1 - Create a personal access token :

2 - Now add the permission - **Read and Write access to followers**

3 - Create a file called .env and add the variable - **AUTH_GITHUB**
```AUTH_GITHUB=generated_token_step_1```
#### Locally :
- **yarn install** or **npm install** (to install dependencies)
- **yarn dev** or **npm run dev** (to setup server)
- Make a POST request to http://localhost:3000/syncFollowers/:username
Ex:
#### Extras :
Personally, i prefer that run automatically. If you prefer that too, you can add the code on a chrono job platform as [pipedream](https://pipedream.com/) or [googlescripts](https://script.google.com/) :)