t.me/xtekky
commited on
banner
Browse files
README.md
CHANGED
@@ -61,18 +61,10 @@ These sites will be reverse engineered but need account access:
|
|
61 |
- [`/phind`](./phind/README.md)
|
62 |
- why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model
|
63 |
|
|
|
|
|
64 |
|
65 |
-
|
66 |
-
|
67 |
-
* websocket-client
|
68 |
-
* requests
|
69 |
-
* tls-client
|
70 |
-
* pypasser
|
71 |
-
* names
|
72 |
-
* colorama
|
73 |
-
* curl_cffi
|
74 |
-
|
75 |
-
install with:
|
76 |
```sh
|
77 |
pip3 install -r requirements.txt
|
78 |
```
|
|
|
61 |
- [`/phind`](./phind/README.md)
|
62 |
- why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model
|
63 |
|
64 |
+
## Install
|
65 |
+
- download or clone this github repo
|
66 |
|
67 |
+
install requiremnts with:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
```sh
|
69 |
pip3 install -r requirements.txt
|
70 |
```
|