Skip to content

Instantly share code, notes, and snippets.

@BitCodeHub
BitCodeHub / fetch.py
Created September 20, 2025 05:07 — forked from bramp/fetch.py
A program that fetches past winning numbers and draw results from www.calottery.com
# A program that fetches past winning numbers and draw results from www.calottery.com
# # Setup
# python3 -m venv .venv
# source .venv/bin/activate
# (venv) $ python -m pip install requests requests_cache dotted-notation
#
# # Run
# python fetch.py
#