mirror of
https://github.com/NohamR/cafeyn-dl.git
synced 2026-08-26 02:39:44 +00:00
d1b9e4172a89c87735205a505a599f5a86619097
Bumps [curl-cffi](https://github.com/lexiforest/curl_cffi) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/lexiforest/curl_cffi/releases) - [Changelog](https://github.com/lexiforest/curl_cffi/blob/main/docs/changelog.rst) - [Commits](https://github.com/lexiforest/curl_cffi/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: curl-cffi dependency-version: 0.16.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%