Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 486 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 486 Bytes

Malta Public Holidays Scarper

This is a quick solution to scrape holidays of a website and produce an ICS file.

Currently it's hard-coded to snag holidays for the 3 next years from https://publicholidays.com.mt/

Running

Checkout this git repository, and execute the script:

# python 3.6 is required, get it with pyenv
# pyenv shell 3.6.2

pip install --user pipenv
pipenv install
pipenv run python main.py