eporto
is a simple web application allowing you to buy and print digital stamps (Internetmarke) from Deutsche Post.
Inspired by frank, but updates product list and prices automatically.
Currently, no pre-compiled release binaries are available. To install eporto
, install the Go toolchain and run
go get github.com/fabian-z/eporto
The resulting binary will be located in $GOPATH/bin
or in $HOME/go/bin
.
Check out the docs
folder in this repository for details on how to request API credentials. The application will not work if you don't have your own API access.
Configuration is expected in a file eporto.conf
, see the example file.
This software is currently optimized for use on Linux and uses the lpr
command with a configured printer name to print stamps after buying.
PRs for cross-platform compatibility welcome.
If you find any bugs or would like to see (or contribute to) a feature, please don't hesitate to open an issue or PR.
This project is licensed under the MIT License (see LICENSE.md
)