How to install pyroxy #593
Replies: 3 comments
-
If you are using Termux i recommend to run "pkg install rust" first |
Beta Was this translation helpful? Give feedback.
-
If you are running linux like me first make env. by running: python3 -m venv myvenv ("myvenv" is the name you want it to be) then run: source myvenv/bin/activate after that: pip install -r requirements.py |
Beta Was this translation helpful? Give feedback.
-
Create a file get_proxies.py in your MHDDoS folder: paste This Script : ->import requests proxy_sources = [ all_proxies = [] for url in proxy_sources: (hash) Remove duplicates with open("proxies.txt", "w") as f: print(f"Saved {len(unique_proxies)} proxies to proxies.txt")After that run : -> python3 get_proxies.py You Will Get 1000+ proxies |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to install pyroxy
Beta Was this translation helpful? Give feedback.
All reactions