Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
#######################################################################
# Setup:
# python3 -m venv venv
# source venv/bin/activate
# pip install lxml requests beautifulsoup4
#
# Usage:
# python eygbl.py
@thayton
thayton / pgatour.py
Last active January 24, 2023 03:31
pga tour
#######################################################################
# Setup:
# $ python3 -m venv venv
# $ source venv/bin/activate
# $ pip install requests
# Usage:
# $ python pgatour.py
#######################################################################
import os