Skip to content

AdjiDev/proxy-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adjidev proxy scraper

Image

===================================

Guide

Let's get started if you don't know about my project

1. Installation

requirements

  1. python 3.8 or later
  2. python installed on you device
  3. Code editor or notepad etc

for windows

  • install python if python is not installed click here
  • install my pypi packages
    python -m pip install adjisan_proxy_scraper

for debian based linux

  • install python if not installed
    sudo apt install python
  • install my pypi package
    pip install adjisan_proxy_scraper

for arch based linux

  • install python if not installed
    sudo pacman -S python
  • install my pypi packages
    pip install adjisan_proxy_scraper

for red hat based linux

  • install python if not installed
    sudo dnf install python3
  • install my pypi packages
    pip install adjisan_proxy_scraper

EXAMPLE

from ProxyScraper import GetProxy

if __name__ == "__main__":
  #Init
  proxy = GetProxy(type="http", timeout=5, max_workers=20)

  #get
  proxies = proxy.get()
  print(f"Fetched {len(proxies)} proxies.")

  #save
  proxy.save("http.txt")

===================================

EXTRA

  • My social account

TELEGRAM

SITES