Script that polls the Amazon SP-API for most recent shipments, if a shipment is found that has been created in the last 6 hours, sends a Discord notification to a provided webhook.
Go to file
2024-07-12 19:48:58 +01:00
logs Increasing time delta, adding new functions to record sent notifications to avoid duplicats 2024-07-12 19:48:58 +01:00
README.md Update README.md 2024-07-12 00:07:59 +01:00
SentNotifications.json Increasing time delta, adding new functions to record sent notifications to avoid duplicats 2024-07-12 19:48:58 +01:00
settings.yaml Pushing initial code 2024-07-12 00:02:19 +01:00
ShipmentNotifier.py Increasing time delta, adding new functions to record sent notifications to avoid duplicats 2024-07-12 19:48:58 +01:00

ShipmentNotifier

Script that polls the Amazon SP-API for most recent shipments, if a shipment is found that has been created in the last 10 minutes, sends a Discord notification to a provided webhook.

  • Acceptable time delta: < 10 minutes
  • Number of shipments to look for: 10
  • Recommended to run every 10 minutes via cron