Add a task to Todoist if an Amazon order shipment in Shipstation will soon be late and mark order with Urgent tag.
-
Ensure you have python3 installed and working correctly
-
Install requirements using the following command:
pip3 install -r requirements.txt
-
Copy config-sample.py to a new file called config.py. Populate with your Todoist API token and which project you want to add tasks to. You will also need to fill in your API details for shipstation as well as the ship timeframe and tag id.
-
Test by running the following from the project directory.
python3 main.py
- Add to some type of scheduler to be sure it runs on a regular basis.