Skip to content

Commit a8f4439

Browse files
authored
Create README.md
1 parent 73faf86 commit a8f4439

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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]

0 commit comments

Comments
 (0)