Track GitHub Followers and send discord messages on new followers and unfollows
- Glone repo to a server or where it's gonna stay up and running
- Do
npm cito install dependencies - Run
npm run generate-configto generate a config - Create a discord webhook on a channel where you want to receive the updates
- Edit the config in
config/config.custom.js- Add your GitHub username to
user - Add your discord webhook link to
discord_webhook
- Add your GitHub username to
- Run using
npm start- Or using pm2:
pm2 start src/app.js
- Or using pm2:
- Done