GitXplorerGitXplorer
D

tidbyt-parcelapp

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
4f6826229d1e4bcf2de0d4a19a478fb6a26a51f5

Handle API error messages

DDouweM committed a year ago
Unverified
fdde224135dddcd4270881e1e798db5f2c9f56d8

Update GHA and readme

DDouweM committed a year ago
Unverified
88184e66a0d09a4429d00f4c4900e07d8638b3d5

Add pixbyt.yml

DDouweM committed a year ago
Unverified
25a2d8b0bc9dfa7a7035befdbc4dfa94d72bffc4

Add README

DDouweM committed a year ago
Unverified
dc19079026bee425801eb046175ffc90a1136612

Show upcoming arrival first, and show arrival daate

DDouweM committed a year ago
Unverified
b6f45b21b80998d334d23ace88ec045308c751c7

Unescape HTML entities in date

DDouweM committed a year ago

README

The README file for this repository.

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