When you see this bio → "GIVE ME STARS TO MY REPOSITORIES AND BACK TO YOUR REPOSITORIES" because someone use spam anime profile bot follow to your account in Github profile. that it's make your profile follow list look dirty and disturbing. That's major problem GitHub can't resolve for a long time. which is why I developed this tool.
git clone https://github.com/KravitzMC/github-auto-block-account.git
cd github-auto-block-account# Install uv if you don't have it
pip install uv
#install python 3.11 inside enviroment
uv python install 3.11
# create venv with python 3.11
uv venv --python 3.11
# Activate the virtual environment (and need to activate it each time you return to use it again.)
# For macOS/Linux:
source .venv/bin/activate
# For Windows (CMD):
.venv\Scripts\activate.batuv pip install -r requirements.txt2. Create access tokens at : https://github.com/settings/personal-access-tokens
Follow this step:
- Token name : <your_token_name>
- Expiration : No Expiration
- Repository access : Public repositories
- Permissions : Add → Block another user (Read-only)
.. And click generate token
nano config.json5uv run main.py- You can use
sudo crontab -ein Linux Shell and set up the Cron Jobs on your required time. Cron Job will execute automatically like task scheduler app.
If you would like to support the project, pull requests are welcome.
