▲ | coronapl 6 days ago | ||||||||||||||||||||||
Really interesting project! A few questions: 1. How do you send the document to the Remarkable? My understanding is that Remarkable does not provide any public APIs. Do you use one of the unofficial open-source APIs? 2. Are you using pstmrk.it for tracking purposes? Maybe you can be more explicit about this in the Privacy Policy. Additionally, the magic link email is landing in my spam inbox. I assume that this might be because you are using an icloud domain. | |||||||||||||||||||||||
▲ | 0xferruccio 5 days ago | parent [-] | ||||||||||||||||||||||
I use rmapi-js (https://github.com/erikbrinkman/rmapi-js) to authenticate, which allows you to get a token you can use to send digests to the device I use postmark because it's supposed to get emails in your inbox and because I already had an account on it. I'll see what I can do to not make it go in spam :P Most of the complexity in the product is in: - Scraping RSS feeds (have to use proxies to extract html and mirror all the images so that I can embed them in the digest) - Generate PDFs of exactly the right format using Puppeteer (using cloudflare workers for this) | |||||||||||||||||||||||
|