Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 300 Bytes

Install all dependencies

python3 -m pip install -r requirements.txt

Fetch particular day

python3 main.py fetch 2 --year 2024

The above command will fetch day 2 for year 2024

NOTES

  • Code should automatically format on save