mirror of
https://github.com/NohamR/cafeyn-dl.git
synced 2026-07-11 19:10:07 +00:00
40c297fb1cd01273d771adf5743fb76f7e9e84cc
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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_TOKENCafeyn_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
Languages
Python
100%