brief info: This template repository is of follower management that will help you follow followers and unfollow github unfollowers or those who don't follow you Effortlessly
- Create a new repository based on this template:
- At the top right of this repo click on
use this template
, - then select
create a new repo
- At the top right of this repo click on
- Rename the folder from .github/_workflows to .github/workflows this will enable the GitHub Actions workflow that does all the magic.
- Delete this README file then add your readme of choice.
- Remember to commit your changes when you are done.
- Once you are done go to the
repos settings
, and under theaction section
select general. - Scroll down to the section *Workflow permissions then check on
Read and write permissions
and optionallyAllow GitHub Actions to create and approve pull requests
.
- Navigate to Secrets and variables which is located at the left bar of the repos settings then select
Actions
, after:- create a variable named
USAGE_NAME
and assign your GitHub user name to it - create a variable named
USAGE_TOKEN
and assign your token to it: for more info check on How to generate GitHub token
make sure User is checked when generating a new token.
- create a variable named
Image example | Image example2 |
---|---|
Important
Make sure script.sh
file is changed to an executable file:
You can open your repo on a codespace and achieve that by running the command chmod u+x script.sh
Alternatively, you can clone your repo and then run the same command.
This template and the code in it is licensed under the MIT License. If you use this on your own repositories, please add a link back to this repo 🙂
Star it if you like it ⭐