Skip to content

🛡️ An Utility for Block all anime profile spam followers bot for your Github Profile

License

Notifications You must be signed in to change notification settings

KravitzMC/github-auto-block-account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ Github Auto Block Spam Account

Why auto block account ❔

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.

👇 Usage

1. First clone repository:

git clone https://github.com/KravitzMC/github-auto-block-account.git
cd github-auto-block-account

2. Setup Virtual Enviroment

# 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.bat

3. Install Dependencies

uv pip install -r requirements.txt

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

3. Update configuration access token and save

nano config.json5

5. Run the script 🏃

uv run main.py

Note

  • You can use sudo crontab -e in Linux Shell and set up the Cron Jobs on your required time. Cron Job will execute automatically like task scheduler app.

Contributing

If you would like to support the project, pull requests are welcome.