This is a helper project used to support daily routine works.
-
Make sure the
init.shfile is executable:sudo chmod +x init.sh
-
Go to the project folder in command line and run the below command:
source ./init.sh
/task-wizard
├── .cmds
│ ├── requirements.txt
│ └── setup.sh
├── tasks
│ ├── api_key_generator.py
│ ├── epoch_handler.py
| └── json_comparator.py
├── init.sh
└── README.md
In your command line run the python script to execute the wizard.
./start.shYou will see the below message shown:
(1) Generate API keys
(2) Extend epochs
(3) Compare JSON files
Enter your choice: Enter either one of these options and then follow the instructions if further input is needed.