/Proxy-list

Generate Proxy list

Primary LanguagePython

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