Skip to content

krystianmagdziarz/python-simple-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy to use python free proxy library

This code is created for people who want to use free proxy servers to work with their projects. It aggregates all sources of free proxies and gives the possibility of easy handling.

Great to use with #selenium, #scrapy and #bs4 for web scraping purposes. :shipit:

Enjoy 👍

Requirements:

  • python >= 3.5
  • beautifulsoup4

Installation:

# Clone repo
git clone https://github.com/OceanFireSoftware/python-simple-proxy.git

# Change directory
cd python-simple-proxy

# Create virtual environment
virtualenv venv --python=python3

# Install requirements
pip install -r requirements.txt

How to use

from proxymanager import ProxyManager

proxy = ProxyManager()
proxy.print_all()

Output:

125.167.230.150:8080
168.131.152.152:3128
157.230.253.73:44344
200.73.128.244:3128
...

References:

About

Simple and easy to use python free proxy manager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages