Python script to extract proxy ip,port and other details and write ip and port in a file.
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')