An open API service indexing awesome lists of open source software.

https://github.com/rezzcode/auto_follow_unfollow

Follow your github followers automatically
https://github.com/rezzcode/auto_follow_unfollow

auto-follow-unfollow automation following shell shell-script the1riddle unfollow

Last synced: 3 months ago
JSON representation

Follow your github followers automatically

Awesome Lists containing this project

README

          

# 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`](https://github.com/new?template_name=Auto_Follow_Unfollow&template_owner=the-1Riddle)
3. Rename the folder from .github/_workflows to .github/workflows this will enable the GitHub Actions workflow that does all the magic.
4. Delete this README file then add your readme of choice.
5. 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](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token)

make sure **User** is checked when generating a new token.

| Image example | Image example2 |
|-----------------------------------------|---------------------------------------------|
| ![image](https://github.com/the-1Riddle/Github-Profile-Achievements/assets/154701770/3b0ea7fd-48eb-4b51-9688-96b637e6bd8f) | ![Screenshot from 2024-05-28 16-10-21](https://github.com/the-1Riddle/Auto_Follow_Unfollow/assets/154701770/d68cc11c-26df-4ff6-8412-609add7da7b4) |

> [!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](https://github.com/the-1Riddle/Auto_Follow_Unfollow/blob/main/LICENSE).
If you use this on your own repositories, [please add a link back to this repo](https://github.com/the-1Riddle/Auto_Follow_Unfollow) 🙂

---

_Star it if you like it ⭐_