File tree 1 file changed +32
-0
lines changed 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ # CHUserChecker
2
+ ClubHouse Username Checker
3
+
4
+ ### Installing
5
+
6
+ Clone it
7
+ ``` sh
8
+ git clone https://github.com/bodresha/CHUserChecker.git
9
+ ```
10
+
11
+ Install requirements
12
+ ``` sh
13
+ pip3 install -r requirements.txt
14
+ ```
15
+
16
+ ### Usage
17
+
18
+ ``` sh
19
+ python main.py -wordlist users.txt -threading 5 -proxy file.txt
20
+ ```
21
+
22
+ users.txt = Usernames you need to check if it is taken or not .
23
+ file.txt = Proxies that stored in text file , i do not use this option since never got block from joinclubhouse.com side
24
+
25
+ The results of available usernames will be output in file called available.txt
26
+
27
+ The Red Color Mean Not Available
28
+ The Green Color Mean is Available
29
+
30
+ ## Contact
31
+
32
+ Meshal Alenezi aka Bodresha –
[ @Bodresha ] ( https://twitter.com/Bodresha ) –
[email protected]
You can’t perform that action at this time.
0 commit comments