its a basic python program which reminds me to open up notion when ever i get to my workspace at 10 am, I scheduled it through a cron job, Its fairly created for MacOS but it can be customised for other Linux Distros
To Clone this project
git clone git@github.com:cleverhare/Daily-Task-Reminder.gitGo to the folder
cd Daily-Task-ReminderTest The App
Sudo python3 notionOpen.pySchedule the cron JOB for 10 AM as per my Use case
0 10 * * * /usr/bin/python3 /Users/your_username/Desktop/notionOpen.py