JSON files containing both fixed and moving Greek namedays.
fixed_namedays.json: Contains fixed namedays of the entire yearmoving_namedays.json: Contains moving namedays with their celebration methodmonthly (DIR): Contains fixed namedays separated by their celebration month e.g.monthly/01.jsoncontains the namedays for January only
- (Optional) Create a virtual environment
python3 -m venv <env-name>and activate itsource ./<env-name>/bin/activate - Install all the dependencies from requirements.txt
pip3 install requirements.txt - Run the scrapper.py
python3 scrapper.py
Congrats! You've created 12 JSON files containing the namedays of each month in a year.