Welcome! This repository is a collection of Automatation Scripts. More run-on-cloud Automation Scripts are coming soon 😊
You can follow-back all the users automatically just by running the script followback-all.js 😊
You can unfollow all the users automatically who don't follow you back just by running the script unfollow.js 😁
If they unfollow you; you be like: It's sad to see you go 🥹 I won't Spam you either.
Some of the users in a following list of other users might be real gems 💎🤗
If you're so concerned about others unfollowing you; You can set a sheduled run like this:
Actions > Automate Unfollow Non-Reciprocal Accounts > Run workflow
The job is currently set to occur every 8 Hours but you can change it in unfollow.yml.
GitHub API has a limit of 5000 API Calls per Hour.
After this limit, a Call will simply return an error.
Changes will be postponed for some time after crossing a Secondary Limit.
git clone https://github.com/khemssharma/Community-bot.git
cd community-bot
GITHUB_USERNAME=your_github_username
GITHUB_TOKEN=your_github_token
npm install axios dotenv
node followback-all.js
node unfollow.js
node followbyUser.js
Set up your GitHub Secrets for USERNAME and TOKEN.
The bot will run automatically at scheduled times in .github/workflows/unfollow.yml
This repository is licensed under the MIT License. See LICENSE for more details.