https://github.com/bdadmehr0/proxyuni
Infinite http proxy program has 1597 HTTP&HTTPS proxies
https://github.com/bdadmehr0/proxyuni
http https proxy python
Last synced: 10 months ago
JSON representation
Infinite http proxy program has 1597 HTTP&HTTPS proxies
- Host: GitHub
- URL: https://github.com/bdadmehr0/proxyuni
- Owner: BDadmehr0
- Created: 2023-06-03T02:21:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T22:23:08.000Z (over 2 years ago)
- Last Synced: 2025-01-26T16:14:05.384Z (12 months ago)
- Topics: http, https, proxy, python
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProxyUNI
**Infinite proxy program has HTTP&HTTPS 1597 proxies**
This program receives its proxies from the `proxyscrape.com` service, and using some rules, we put these proxies together in an orderly manner so that you can access them more easily.
# Rules
```Python
ange_i = int(input('How many proxies do you want?(limit 2057) '))
if range_i <= end:
for genrate in range(range_i):
response = requests.post('https://www.httpdebugger.com/tools/ViewHttpHeaders.aspx', json=data)
proxies = response.text.split('\n')
proxy = proxies[start]
print(C.BLUE, proxy)
start += 1
counter += 1
if counter == range_i:
print(C.YELLOW+'Proxy termination')
break
```
Also, this program uses the `httpdebugger.com` service, because of the `proxyscrape.com` filter, we pass requests through this service so that we can reject the filter.