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
# 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 | |
# |