dependabot[bot] daf52c8f99 Bump tqdm from 4.67.3 to 4.68.1
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.1.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.1)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-version: 4.68.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-07 15:03:00 +00:00
2026-05-17 14:24:45 +02:00
2026-05-17 14:24:45 +02:00
2026-06-07 15:03:00 +00:00
2026-05-17 14:22:45 +02:00
2026-06-07 15:03:00 +00:00

cafeyn-dl

Download a Cafeyn issue from a reader URL and export it as a PDF.

Install

uv sync

Configure

cp .env.example .env

Set values in .env:

JWT_TOKEN=...
WEBSESSIONID=...

Get them from browser cookies (Cafeyn, while logged in):

  • Cafeyn_authtoken_V2 -> JWT_TOKEN
  • Cafeyn_webSessionId -> WEBSESSIONID

Use

uv run python main.py https://api.cafeyn.co/ticket/reader/21712793/2258961
uv run python main.py <reader_url> --output-dir output --max-workers 16
Description
Download a Cafeyn issue from a reader URL and export it as a PDF
Readme 211 KiB
Languages
Python 100%