Skip to content

the-1Riddle/Auto_Follow_Unfollow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated GitHub Follower Management

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

Steps to make for it to function as your repo

  1. 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
  2. Rename the folder from .github/_workflows to .github/workflows this will enable the GitHub Actions workflow that does all the magic.
  3. Delete this README file then add your readme of choice.
  4. Remember to commit your changes when you are done.

Some extra information

  • Once you are done go to the repos settings, and under the action section select general.
  • Scroll down to the section *Workflow permissions then check on Read and write permissions and optionally Allow 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.
Image example Image example2
image Screenshot from 2024-05-28 16-10-21

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.

License

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 ⭐