Track all of your packages from the comfort of the app that you use all day anyway.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sunny 3283feccd1
Support environment variables
1 day ago
cfg Simplify configuration file 1 day ago
cnt Restart systemd service 1 month ago
doc Simplify documentation 5 months ago
src Support environment variables 1 day ago
tst Support environment variables 1 day ago
.gitignore Use custom configuration implementation 5 months ago
LICENSE.md Add initial documentation 5 months ago
README.md Simplify configuration file 1 day ago
package-lock.json Use Node.js test runner instead of Playwright 1 month ago
package.json Use Node.js test runner instead of Playwright 1 month ago

README.md

Deliveries

Deliveries is a Discord bot that allows you to track packages from (almost) any carrier and get notified whenever there's a new update.

Quickstart

Prerequisites

Installation

git clone https://codeberg.org/sun/Deliveries --depth 1
cd Deliveries
npm install --omit optional --omit dev
cp cfg/template.json cfg/config.json
editor cfg/config.json

Configuration

Name Description Example
token Your bot token, found in the developer portal under “Token” in the “Bot” tab. EVO8q4REXsEpl0Z6uT.DUoPUXWMM9IQav3Be77TZeyW3U.H5bRoVOS5d.u75ZbPRRUzIEh7a
host The host the server should run under. See the Node.js documentation for details. 0.0.0.0
port The port the server should run under. See the Node.js documentation for details. 80
route The path of the endpoint 17TRACK should send webhooks to. Also configure this under the 17TRACK settings. /
17token Your 17TRACK API key, found in the settings under “Security” and “Key”. E84C95EB274BD22BAD39739229A2BF5E

Usage

npm start