Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑编写一个应用程序,将 reddit 线程(示例)中的评论转换为电子邮件。这个想法是解析 reddit json 数据(示例)并将新评论作为普通电子邮件发送给订阅用户。其中一位用户可以是 gmane,因此您也可以阅读那里的评论。编写此工具的动机是在我们最喜欢的电子邮件客户端(带有过滤器等)中阅读 reddit 评论,而无需刷新 reddit 线程。
哪个库/框架最适合这项任务?为了更快地完成它?用最少的代码?
我会使用 AppEngine 来解决这个问题:集成的 cron + 电子邮件支持。
我使用Flexget来解析 RSS 提要并通过电子邮件发送它们。你可以从那里得到想法。
Lamson的目标是成为一个“电子邮件应用程序框架”(遵循 Web 应用程序框架的最新发展)。看起来它很适合您描述的问题。