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.
|
1 day ago | |
---|---|---|
cfg | 1 day ago | |
cnt | 1 month ago | |
doc | 5 months ago | |
src | 1 day ago | |
tst | 1 day ago | |
.gitignore | 5 months ago | |
LICENSE.md | 5 months ago | |
README.md | 1 day ago | |
package-lock.json | 1 month ago | |
package.json | 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