https://github.com/abdelkarimhajji/remove_following
Remove each one i follow him and he doesn't
https://github.com/abdelkarimhajji/remove_following
Last synced: 3 months ago
JSON representation
Remove each one i follow him and he doesn't
- Host: GitHub
- URL: https://github.com/abdelkarimhajji/remove_following
- Owner: abdelkarimhajji
- Created: 2025-01-30T18:54:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T19:19:31.000Z (4 months ago)
- Last Synced: 2025-01-30T20:18:55.042Z (4 months ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Remove following who doesn't return your follow
Follow these steps to set up the script :
---
## 1. Install nodeJs
```yaml
sudo apt update
sudo apt install -y nodejs npm
```Check the installed version:
```yaml
node -v
npm -v
```if evrything is ok continue :
## 2. Create file call .env and fill it with these
```yaml
GITHUB_ACCESS_TOKEN=write your token github you can generate it from github
USER_NAME=write your username
```## 3. Install the dependencies
```yaml
npm install
```## 4. Run script
```yaml
node followers.js
```