imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Twitter daily email digest #71

Open imjasonh opened 6 years ago

imjasonh commented 6 years ago

Choose a list, get a daily email with all/most/"best" tweets from those people.

mihaip commented 4 years ago

If you want an Atom feed instead of email, see http://www.streamspigot.com/tweet-digest/ (code at https://github.com/mihaip/streamspigot/tree/master/app/tweetdigest)

imjasonh commented 4 years ago

Yeah, StreamSpigot was really the motivation for this.

StreamSpigot + some Atom->email service is very nearly what I want, but I want it for all the users I follow, not just lists or explicit users. That means doing an OAuth dance and giving the service permission to read possibly-private tweets, which is a bit more complex.

I thought it might also be a good opportunity to learn AMP for email to let me post replies directly from the email.

If I ever end up doing this, I'll definitely go through StreamSpigot's code for any helpful hints, like this which seems like a fun one. :)