This utility has been rewritten in Golang.
- Because it is fast
- Because it can be shipped as a single binary
Check out the Go version: https://github.com/lapwat/papeer
Turn a site into a book. Upload it to your reMarkable.
❯ git clone https://gitlab.com/lapwat/reCatchable.git
❯ cd reCatchable
❯ yarn # or npm install
❯ ./index.js --help
Usage: ./index.js [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
-u, --url Home page url [string] [required]
-s, --selector Table of content HTML selector [string]
-l, --limit Limit the number of pages downloaded [number]
-d, --delay Delay between each page download. [number] [default: null]
-n, --name Book name, defaults to Home page title [string]
-a, --author Author [string] [default: "Unknown author"]
--upload Upload book to reMarkable [boolean] [default: false]
-t, --token-file File to read/write reMarkable token [string] [default: "remarkable.token"]
Examples:
./index.js -u https://www.halfbakedharvest.com/category/recipes -s 'h2 > a'
./index.js -u https://dev.to/ -s 'a[id*="article-link-"]' --upload
./index.js -u https://vitalik.ca/ -s '.post-link' -l 3 -d 5
readability
Extract content from pagesepub-gen
Convert HTML to EPUBreMarkable-typescript
Upload EPUB to reMarkable
- Export to MOBI
- Send to Kindle