An open API service indexing awesome lists of open source software.

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

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
```