Rishabh-Jain21 / Proxy-list

Generate Proxy list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy Scraper

Python script to extract proxy ip,port and other details and write ip and port in a file.

Steps to use this script

1.Install the required modules from requirments.txt file

pip install requests
pip install beautifulsoup4

2.Run the script

After running once make sure to change file mode to append to add new proxy in the existing text file.

proxy_list = open('proxylist.txt', 'a')

About

Generate Proxy list


Languages

Language:Python 100.0%