Skip to content

Commit fde1a8e

Browse files
Initial Commit
1 parent e710484 commit fde1a8e

18 files changed

+25817
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Github-Automated-Followers
1+
# Github-Auto-Followers-Bot
2+
A async Github program that automatically follows and unfollows users, to generate/boost your profile growth, presence, and interactions.

config.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"initialStartup": {
3+
"completed": true
4+
},
5+
"configValues": {
6+
"maxTotalFollowing": 1000,
7+
"minWaitTimeSeconds": 600,
8+
"maxWaitTimeSeconds": 900,
9+
"queueListMaxUsers": 1000
10+
}
11+
}

data/current_followers.json

+742
Large diffs are not rendered by default.

data/follow_queue.json

+20,897
Large diffs are not rendered by default.

data/past_follows_unfollows.json

+314
Large diffs are not rendered by default.

data/pending_follow_back.json

+2,444
Large diffs are not rendered by default.

data/unfollow_queue.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

data/users_followed.json

+126
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
[
2+
37125,
3+
45243,
4+
50413,
5+
69767,
6+
132667,
7+
160078,
8+
178724,
9+
289994,
10+
342502,
11+
363359,
12+
411493,
13+
452994,
14+
527787,
15+
811885,
16+
852513,
17+
971611,
18+
979362,
19+
1007667,
20+
1022187,
21+
1050320,
22+
1093667,
23+
1147825,
24+
1172167,
25+
1195558,
26+
1218365,
27+
1237355,
28+
1334291,
29+
1428686,
30+
1553917,
31+
1610857,
32+
1720493,
33+
1758504,
34+
1929136,
35+
2219168,
36+
2356749,
37+
2473081,
38+
2605401,
39+
2651961,
40+
2738294,
41+
2995775,
42+
3151842,
43+
3163941,
44+
3233635,
45+
3245166,
46+
3319843,
47+
3754652,
48+
13135006,
49+
5961,
50+
39780,
51+
27027,
52+
20110,
53+
107,
54+
49,
55+
2,
56+
1,
57+
3,
58+
17,
59+
19,
60+
5,
61+
21,
62+
22,
63+
23,
64+
25,
65+
26,
66+
27,
67+
29,
68+
31,
69+
35,
70+
36,
71+
37,
72+
38,
73+
18,
74+
45,
75+
46,
76+
47,
77+
48,
78+
50,
79+
51,
80+
53,
81+
68,
82+
69,
83+
70,
84+
72,
85+
76,
86+
79,
87+
80,
88+
89,
89+
90,
90+
91,
91+
92,
92+
93,
93+
100,
94+
101,
95+
102,
96+
103,
97+
104,
98+
106,
99+
110,
100+
113,
101+
118,
102+
122,
103+
124,
104+
126,
105+
129,
106+
131,
107+
132,
108+
137,
109+
145,
110+
152,
111+
158,
112+
159,
113+
161,
114+
162,
115+
163,
116+
165,
117+
168,
118+
175,
119+
180,
120+
182,
121+
183,
122+
187,
123+
194,
124+
198,
125+
199
126+
]

0 commit comments

Comments
 (0)