This repository has the purpose of scheduling tasks and functions using the 'schedule' python package.
Install the package with
pip install requirements.txt
Inside the scheduler directory, run:
python app.py
The result will be the scheduled functions been executed.