Skip to content

Proxy Scraper is a Python script designed to fetch and save proxies from multiple sources to a file. It supports fetching proxies from various websites using BeautifulSoup and requests libraries.

Notifications You must be signed in to change notification settings

MainOliver22/Proxy-Scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Proxy-Scraper

Video Tutorial

Proxy Scraper is a Python script designed to fetch and save proxies from multiple sources to a file. It supports fetching proxies from various websites using BeautifulSoup and requests libraries.

image

How it works

When you run Proxy Scraper, it accesses each specified URL containing a list of proxies. It then parses the HTML content of these pages using BeautifulSoup, extracting relevant proxy information such as IP address and port number. The script handles different HTML structures from each website to ensure compatibility and accurate extraction.

Features

Requirements

  • Python 3.x
  • Install Dependencies
pip install requests beautifulsoup4 colorama

Run Script

python proxy_scraper.py

*Disclaimer*

This script is intended for educational and testing purposes only. Use it responsibly and do not use the proxies obtained for any illegal activities. The creator of this script is not responsible for any misuse or damage caused by the misuse of the fetched proxies.

> Update 1
  > Added more visually appealing terminal.

image

About

Proxy Scraper is a Python script designed to fetch and save proxies from multiple sources to a file. It supports fetching proxies from various websites using BeautifulSoup and requests libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%