Skip to content

Commit 3bfd14a

Browse files
Update README.md
1 parent 38a71a3 commit 3bfd14a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@ This project is a Node.js application that automates following and unfollowing u
2727

2828
This project was built using Node 16.20.2 on Ubuntu (Linux)
2929

30+
## 💭 How does it work?
31+
This project is designed to mimic human-like behavior when interacting with GitHub. It follows and unfollows users at randomized intervals, simulating how a real person might interact with the platform. Instead of using a fixed schedule, the app randomizes both the timing and the number of users followed or unfollowed in each cycle, so the actions don't follow a predictable pattern.
32+
33+
Additionally, the program carefully limits the number of API calls it makes to avoid overwhelming GitHub’s servers or exceeding the API rate limits. It keeps track of users who have already been followed, ensuring no unnecessary actions are taken, making the process efficient and resource-friendly.
34+
35+
The table below uses estimated values for each MIN and MAX time frame (in seconds) between each API request.
36+
37+
| **Wait Time Range** | **Follows + Unfollows per Hour** | **Estimated API Requests per Hour** | **Follows + Unfollows per Day** | **Followers per Day** | **Unfollowers per Day** |
38+
|----------------------------|----------------------------------|-------------------------------------|---------------------------------|-----------------------|-------------------------|
39+
| **30-60 seconds** | 60 to 120 | 300 to 600 | 1,440 to 2,880 | 720 to 1,440 | 720 to 1,440 |
40+
| **60-120 seconds** | 30 to 60 | 150 to 300 | 720 to 1,440 | 360 to 720 | 360 to 720 |
41+
| **500-900 seconds** | ~4 to 7.2 | ~20 to 36 | ~96 to 172 | 48 to 86 | 48 to 86 |
42+
| **600-1200 seconds** | ~3 to 6 | ~15 to 30 | ~72 to 144 | 36 to 72 | 36 to 72 |
43+
| **700-1500 seconds** | ~2.4 to 5.1 | ~12 to 25.5 | ~57.6 to 122.4 | 28.8 to 61.2 | 28.8 to 61.2 |
44+
| **800-1800 seconds** | ~2 to 4.5 | ~10 to 22.5 | ~48 to 108 | 24 to 54 | 24 to 54 |
45+
| **900-2000 seconds** | ~1.8 to 4 | ~9 to 20 | ~43.2 to 96 | 21.6 to 48 | 21.6 to 48 |
46+
| **1000-2400 seconds** | ~1.5 to 3.6 | ~7.5 to 18 | ~36 to 86.4 | 18 to 43.2 | 18 to 43.2 |
47+
48+
3049
## 🛠 Installation & setup
3150

3251
1. Clone repository OR download the [latest release](https://github.com/KevinTrinh1227/Github-Auto-Followers-Bot/releases)

0 commit comments

Comments
 (0)