Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxer

GPT 4 Private



The Proxer class provides methods to retrieve, validate, and save proxies.

Features

  • Huge proxy database
  • Parsing of new available proxies (with uniqueization function)
  • You can use your own proxy database
  • Cleaning of database, working proxies, and general proxy list
  • Checking proxies for performance, using popular sites giants for verification

Documentation

Read Documentation

Steps

Install

Copy repository

git clone https://github.com/ssshipilo/Proxer

Dependency installation

pip install -r requirements.txt

OR

Install library

pip install Proxer

Starting Proxer

Import the library into your project, and initialize the Proxer class, sample code to get 1 working proxies

from Proxer import Proxer
import os

proxy = Proxer(file_path_output=os.path.join(os.getcwd(), "output.txt"), file_path_save=os.path.join(os.getcwd(), "save.txt"))
result = proxy.update_db_proxy() # Update or add files with database where you can mix proxy servers database
result = proxy.get(1) # Get the number of references, the answer in an array

print(result)

A huge database of proxy servers can be found here

Result:

Result Proxer

Todo:

  • DONE. Create a library to get a working proxy
  • DONE. Put it on PyPI
  • Find a specialist in multithreading to speed up the work of the code
  • Add new providers for scraping available proxies
  • Create a service so that ordinary users can use available proxies

Resources

The code that added the first 3 providers @rodukov

About

Proxer - get a free working proxy simply and free of charge

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages