A program solely written in python language, aimed at reminding people to wish to, on their respective (pre-added) birthdates.
Clone the repo
~ git clone "https://github.com/ddebrup/OfTheDay.git"
Run the following script in bash over the cloned directory
Install all dependencies
pip install -r requirements.txt
Running the script ~ nohup python main.py &
The above code makes the code run as a daemon service for a session (intend to add script to make it run solely as an independent service in the background automatically after boot)
The code starts running in the background as a service
The keyboard gets listened to, as and when a given key combination gets pressed, the following demonstrated feature gets into working.
~ A solely independent daemon service firing up the program automatically upon computer wake up
~ Customised time based push notifier
~ Customised push email based notification services
~ Much more coming up, Stay tuned!
~ The code seems out not to be much efficient for computers with RAM lesser than 4GB
~ Emphasis to be given for making the code as efficient as possible, to let it run in the background without much memory consumption