Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Send an alert if an amazon order shipment will be late.

License

Notifications You must be signed in to change notification settings

HummingbirdHammocks/amazon-order-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Order Alert

Add a task to Todoist if an Amazon order shipment in Shipstation will soon be late and mark order with Urgent tag.

How To Use

  1. Ensure you have python3 installed and working correctly

  2. Install requirements using the following command:

pip3 install -r requirements.txt

  1. 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.

  2. Test by running the following from the project directory.

python3 main.py

  1. Add to some type of scheduler to be sure it runs on a regular basis.

About

Send an alert if an amazon order shipment will be late.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages