Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianmu/instapaper-as-pdf-to-remarkable
Exports Instapaper-Articles to PDF and potentially send them to a connected remarkable tablet
https://github.com/fabianmu/instapaper-as-pdf-to-remarkable
instapaper remarkable-tablet
Last synced: 26 days ago
JSON representation
Exports Instapaper-Articles to PDF and potentially send them to a connected remarkable tablet
- Host: GitHub
- URL: https://github.com/fabianmu/instapaper-as-pdf-to-remarkable
- Owner: fabianmu
- Created: 2017-12-22T07:34:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T09:13:21.000Z (over 6 years ago)
- Last Synced: 2024-04-24T18:25:15.454Z (8 months ago)
- Topics: instapaper, remarkable-tablet
- Language: JavaScript
- Size: 5.29 MB
- Stars: 38
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-reMarkable - instapaper-as-pdf-to-reMarkable - Export Instapaper-Articles to PDF and send them to a connected rM tablet. (Other / Launchers)
README
# howto
1. copy `.env.example` to `.env`
2. get a token at http://pdf.cool and put it into your `.env`
3. login to instapaper in your browser and get the cookies via inspector (_hey, this is just a hack, ok_) and put them into your `.env`
4. create folder named `Instapaper` on the remarkable
5. run `node .`As a result all your Instapaper articles from the "Home"-Folder that could be downloaded via pdf.cool should appear as .pdf file in ./pdfs
# props
uses the binary from the ace [ReMarkable Cloud Go API](https://github.com/juruen/rmapi) to put the downloaded PDFs straight to the RM-Cloud. Please run `./rmapi` as stated in [ReMarkable Cloud Go API](https://github.com/juruen/rmapi) to auth.