Skip to content

bes-dev/free_proxy_list_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

free-proxy-list-client

Simple python client to https://free-proxy-list.net/

Requirements

  • Linux, Windows, MacOS
  • Python 3.8.+

Install package

pip install free_proxy_list_client

Install the latest version

git clone https://github.com/bes-dev/free-proxy-list.python cd free-proxy-list.python pip install .

Example

from free_proxy_list_client import FreeProxyListClient client = FreeProxyListClient() search_results = client.search(get_random_proxy=True)[0] print(search_results) search_results = client.search(https='yes', get_random_proxy=True)[0] print(search_results) search_results = client.search(https='yes', get_random_proxy=True, update_proxies=True)[0] print(search_results)

About

Simple python client for https://free-proxy-list.net/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages