facundoolano / feedi

A personal news aggregator and Mastodon client
GNU Affero General Public License v3.0
888 stars 28 forks source link

Revisit send to kindle integration #83

Closed facundoolano closed 3 months ago

facundoolano commented 9 months ago

I currently rely on stkclient to send articles to kindle devices. This is sketchy because it mimics a desktop app to get a private key and brittle because the key seems to expire within a couple of days, requiring another manual login. I'm thinking at this point it's probably better to just send the parsed webpages through email.

This would require:

facundoolano commented 3 months ago

this is already done