This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This script retrieves all proxy addresses from https://free-proxy-list.net (all pages). | |
Proxy list can be used for ip rotation to get around bot protection. | |
""" | |
from selenium import webdriver | |
from bs4 import BeautifulSoup | |
class Proxy: |