Skip to content

Tidbyt app that shows the upcoming delivery tracked using ParcelApp.

License

Notifications You must be signed in to change notification settings

DouweM/tidbyt-parcelapp

Repository files navigation

Tidbyt + ParcelApp

Tidbyt app that shows the upcoming delivery tracked using ParcelApp.

Screenshot

Installation

This app is not available through Tidbyt's mobile app as it uses features that (for security reasons) are not supported in community apps that run on Tidbyt's official app server.

Instead, it needs to be run using Pixbyt, a self-hosted Tidbyt app server for advanced apps.

1. Set up Pixbyt

  1. Create your own Pixbyt repo
  2. Configure your Tidbyt

2. Install the app

  1. Add this repo as a submodule under apps:

    git submodule add https://github.com/DouweM/tidbyt-parcelapp.git apps/parcelapp
  2. Add an update schedule to apps.yml under schedules::

    schedules:
    # ...
    - name: parcelapp
      interval: '*/15 * * * *' # Every 15 minutes
      job: parcelapp

Configuration

  1. Find your ParcelApp Web Token by signing in on https://web.parcelapp.net/ and finding the value of the account_token cookie.

  2. Update .env with your configuration:

    PARCELAPP_TOKEN="<token>"

Usage

Build and launch your Pixbyt app server:

  1. Build the app server
  2. Launch the app server

About

Tidbyt app that shows the upcoming delivery tracked using ParcelApp.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published