This project automatically manages GitHub follows based on the principle: "If you follow me, I follow you and vice versa".
The automation checks your GitHub followers and following lists, then:
- Automatically follows back users who follow you
- Unfollows users who have unfollowed you
This creates a reciprocal following relationship with your GitHub connections.
- See GITHUB_SETUP.md for configuration instructions
- Install dependencies:
pip install -r requirements.txt - Configure environment variables in
.env - Run with:
python run.py
- Python 3.x
- GitHub Personal Access Token
- Requirements listed in
requirements.txt
The automation runs on a schedule via GitHub Actions workflow to keep your follows synchronized."# follows-github"