A free service which collects Django related news from Hacker News and send daily digest to subscribed developers
20 views
Skip to first unread message
Adieu
unread,
Jan 23, 2015, 12:02:08 PM1/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi,
I'm a Django developer. My friends and I built a service called
Porter.io (https://porter.io) which collects Hacker News stories about
open source projects and send daily digest to users based on his
subscription list. We may even recommend related news and repos for
our users.
We sync starred repos from Github as subscribed projects after a user
logged in using his Github account. So it's pretty easy to use. Just
few mouse clicks.
As Django developers, we starred quite a lot Django projects on Github
and to keep up-to-date with all of them is not easy. We build this
service to satisfy our own need. Hope it could be useful to other
developers using open source projects and read HN everyday. And we
feel so proud to build this project using Django.