wiktor-k / paperboy

Simple backend that retrieves newspaper PDFs from an online service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paperboy

Implements a simple backend that retrieves newspaper PDFs from an online service.

This can be later consumed by e-book readers to provide a "new newspaper every morning" experience:

Newspaper PDF as shown on Remarkable 2 tablet

See docs/remarkable for the template.

Building

The application can be built for both AMD64 and AArch64/ARM64 architectures using Docker BuildKit.

docker buildx build --push --platform linux/amd64,linux/arm64 -t wiktork/paperboy .

About

Simple backend that retrieves newspaper PDFs from an online service

License:Apache License 2.0


Languages

Language:Rust 80.7%Language:Dockerfile 19.3%