A simple Github follower follow back and unfollow back tool using typescript and node-schedule (cron job).
Will need to change if I ever get to 100+ followers since github API uses pagination (not anytime soon I presume).
Generating a token
Rename .env.example to .env and replace XXXX's with the token generated, login and port.
Optionally, you can change how often it runs in the FollowerJob followBack()
and set out your own tsconfig.json
.
Then npm install
and finally npm run serve
.
Node >= 14.15.4
Npm >= 6.14.10