Skip to content

Instantly share code, notes, and snippets.

"""
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: