Skip to content

Rishabh-Jain21/Proxy-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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')