trackbert/src/trackbert
Kumi b4f0da0d1c
feat: enhance Matrix notifier with JSON encoding
Improved the Matrix notifier's message delivery by converting data payloads to JSON format before sending. This change includes encoding the message data as UTF-8 and setting the appropriate `Content-Type` header in the request. This adjustment ensures better compatibility with the Matrix API and potentially reduces issues related to content formatting and data interpretation on the receiving end.

Refactored import statements for clarity and consistency within the module.
2024-04-16 12:42:55 +02:00
..
assets Making trackbert a proper package 2023-08-25 07:37:43 +02:00
classes feat: migrate from setuptools to importlib.metadata 2024-04-16 10:48:38 +02:00
migrations feat: Add shipment disabled flag to database 2023-09-06 12:03:54 +02:00
notifiers feat: enhance Matrix notifier with JSON encoding 2024-04-16 12:42:55 +02:00
providers Refactor PostAT.get_status() to handle exceptions when fetching shipment status. 2023-09-12 09:16:15 +02:00
__init__.py Making trackbert a proper package 2023-08-25 07:37:43 +02:00
__main__.py Add handling for existing shipments and improve update functionality in __main__.py 2023-09-12 08:35:10 +02:00
alembic.ini Bump version to 0.2.0 and add alembic as a dependency. 2023-08-29 10:30:45 +02:00
config.dist.ini Update shipment with carrier for a given tracking number 2023-09-12 08:20:15 +02:00