Skip to content

Commit c87b2e2

Browse files
no need for emojis
1 parent 9ad6cd2 commit c87b2e2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# 🛡️ GitHub Bot Blocker
1+
# GitHub Bot Blocker
22

33
A 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

3838
You 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

6060
This 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
---

0 commit comments

Comments
 (0)