Skip to content

Instantly share code, notes, and snippets.

View wyyder's full-sized avatar
🎯
Focusing

wyyder

🎯
Focusing
View GitHub Profile
import lxml.html
import random
import requests
class PyProx():
""" Scrapes us-proxy.org for list of proxies. Useful for web scraping.
"""
DOMAIN = "https://www.us-proxy.org/"
#!/bin/bash
# Program return value
RET_VAL=0
#----------------------------------------------------------------------
# DIRECTORIES
#----------------------------------------------------------------------
DIR_ROOT="`pwd -P`"