File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 🛡️ GitHub Bot Blocker
1+ # GitHub Bot Blocker
22
33A Python script to detect and block mass-following bot accounts from your GitHub profile. This script is designed to run daily via GitHub Actions.
44
55---
66
7- ## 🚀 Features
7+ ## Features
88- Scans your followers
99- Detects accounts following over a threshold (default: 5000)
1010- Blocks suspected bots
1111- Automates daily cleanup using GitHub Actions
1212
1313---
1414
15- ## 🔧 Setup
15+ ## Setup
1616
1717### 1. Clone the Repo
1818``` bash
@@ -33,7 +33,7 @@ cd block-github-bots
3333
3434---
3535
36- ## 🛠️ Running Manually
36+ ## Running Manually
3737
3838You can also run the script locally:
3939``` bash
@@ -55,7 +55,7 @@ Blocked LinuxJS
5555
5656---
5757
58- ## 🕒 Automation via GitHub Actions
58+ ## Automation via GitHub Actions
5959
6060This project includes a workflow that runs daily at 2 AM UTC to:
6161- Fetch followers
@@ -66,7 +66,7 @@ You can trigger the workflow manually via the GitHub Actions tab as well.
6666
6767---
6868
69- ## 📜 License
69+ ## License
7070[ GPL3.0] ( https://opensource.org/license/gpl-3-0 )
7171
7272---
You can’t perform that action at this time.
0 commit comments