The instructions are applicable to Linux OS.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 main.py "your argument"
Argument Format: "cron expression command"
Cron Expression Format: minutes hours days_of_month month days_of_week, allowed special characters: *, /, -, , .
To run unit test, use the following command:
pytest