Skip to content

loadlj/rzproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rzproxy

WTFPL WTFPL

A local proxy help you chose the bset proxy from proxy pool.

Usage

Start rzproxy

python run.py --host 127.0.0.1 --port 8399 --file-name proxy_pool.txt

proxy.txt format:

1.1.1.1:8080
2.2.2.2:8080

Then use ("127.0.0.1:8399") as http proxy

import requests
requests.get(url, proixes={"http": "http://127.0.0.1:8399"})

TODO

  • support max connection for each proxy depeding on weight

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages