Skip to content

Open Source Library for scraping public proxies available to be used within the project for various purposes.

License

Notifications You must be signed in to change notification settings

aryanyk/ProxyAudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Library for scraping public proxies available to be used within the project for various purposes.

This Libray fetches open available proxies and sorts them according to the currently working and removes useless working proxies . Running this script timely ensures good quality http proxies

How to Use : Before using it please install dependencies if it is not installed automatically:

import asyncio
import aiohttp
import urllib3
import socket

Once this dependencies installed go to any free proxy websites. Some examples sites are :

1.GeoNode Free proxy List

2.ProxyScrape Free proxy List

Go to this websites and copy Load proxies through Url or API

Now

pip install proxyaudit

from proxyaudit import run_proxy_check

proxyurl="Url got from website paste here"

run_proxy_check(url,["http", "https","socks4","socks5"])

In the allowed Protocol array you can also pass one argument like: ["http"]

Allowed Protocol

http https socks4 socks5

Done a txt file will be generated with all the working proxies

About

Open Source Library for scraping public proxies available to be used within the project for various purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages