-
Notifications
You must be signed in to change notification settings - Fork 13
/
HOW_TO_USE.txt
62 lines (38 loc) · 1.85 KB
/
HOW_TO_USE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
==How to use== [simple guide]
COPY CODE WITH CREDITS
Also, if you enjoyed using the tool, do give it a star on GitHub
CONTENTS
1) Steps to use
2) Troubleshooting
==STEPS TO USE==
step 1: Storing accounts using manager.py for scraping and adding purposes
i) Open terminal in the Genisys directory and enter command
>>> python manager.py
ii) If you wanna enter new accounts, choose option 1
Enter Api id, Api hash and phone number
if you want to add more accounts, enter 'y' ; if not then enter 'n' and hit enter
iii) If you wanna filter all banned accounts, choose option 2. It'll delete all banned accounts
iv) To show all accounts, choose option 3
v) To delete accounts, choose option 4
Then choose an account to delete and hit enter
step 2: Scraping members using scraper.py
i) Run in terminal >>> python scraper.py
ii) Choose an account in order to scrape and hit enter
iii) Can only scrape public groups
Suppose public group username is @ThisGroup. Enter only 'ThisGroup'. Omit '@' and hit enter
Then it'll ask whether you want to filter or not
Then it'll scrape members
step 3: Adding members using tsadder.py
i) Launch in terminal >>> python tsadder.py
ii) It'll create sessions and will ask for login code if not logged in. IF YOU DO NOT HAVE LOGIN CODE,
PRESS 's' AND HIT ENTER TO SKIP
iii) Then enter number of accounts to use
EACH ACCOUNT WILL GET 40 USERS TO MESSAGE. IT MAY BE LESS THAN 40 DUE TO PRIVACY RESTRICTIONS OR PEER FLOOD ERROR
iv) Then read the warning and press enter to proceed
v) It'll launch scripts and it'll DM members
==TROUBLESHOOTING==
1) Members not being messages
Ans- It may be because the account is probably limited. Try other accounts
2) Error while logging in
Ans- If you have 2 factor authentication on, turn it off. After login, you can turn it on again
Any problems, open issue at GitHub