Skip to content

Simple script that, scrape for HTTP proxies from Free Proxy List Website

Notifications You must be signed in to change notification settings

nurbxfit/proxy_list_scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple script that scrape for http proxies from Free Proxy List Website, and stored it inside a text file. This script make use of requests and BeautifulSoup4.

Running this script

  1. git clone the script
  2. cd into the folder
jun@b:~$ cd proxy_list_scrapper
  1. create new virtual environment
jun@b:~$ python3 -m venv .venv
  1. get into the environment
jun@b:~$ source .venv/bin/activate
  1. install dependencies
(.venv) jun@b:~$ pip install -r requirements.txt
  1. run the script.
(.venv) jun@b:~$ python app.py
  1. get our of virtual environment
(.venv) jun@b:~$ deactivate

About

Simple script that, scrape for HTTP proxies from Free Proxy List Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages