plugin-17track
A Stavrobot plugin for tracking packages via the 17track.net API.
- track_package — register a tracking number and return its current status.
- list_packages — list all tracked packages and their statuses.
- remove_package — remove a tracking number from the account.
Installation
Install the plugin by asking the bot to install https://github.com/stavrobot/plugin-17track.git.
Configuration
This plugin requires a 17track API token. To obtain one:
- Register at https://features.17track.net/en/api (each account gets 100 free tracking quota).
- Log in and go to Settings -> Security -> Access Key.
- Set the
api_token configuration value to your access key.