Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 541 Bytes

Holidays

Get worldwide holidays with a fun Python script

Description

  • It uses an api call to fetch the data
  • Then it transforms it into a json and parses it to get useful information
  • It then sends an email to the user with that information

How to use

  • Generate an api key from calendarific.com
  • Create a file api_key.txt, put your api key in and keep it beside the python script
  • Run the script from your console
  • You can also use Task Scheduler on Windows or cronjob on Linux to run this script automatically everyday