7 ms·
I'd pay $20/year if you build a reliable HN <-> e-mail comment gateway. I'd pay double if you convinced PG to let your app sync people's comment history. Use e.
by forgotusername 14y ago
I'd pay $20/year if you build a reliable HN <-> e-mail comment gateway. I'd pay double if you convinced PG to let your app sync people's comment history. Use e.g. Gmail OAuth IMAP authentication, sync to a label, optionally sync bidirectionally (i.e. comment replies from Gmail), but that's only marginally more useful than getting e-mail archives of comments here.
Hell, if you write it in Python then I'll even donate the comments page parser I already have written (including a comment's original marked up plain text recovered from the HTML).
One of many tiny projects that just need a few concentrated days that I've never gotten around to. I suspect you might find quite a few here willing to pay that same $20/year.
- javajosh 14y agoBe careful about putting dollar figures on things like this and estimating demand. What if this guy spends a few hundred hours on this and then no-one buys it? Sure, it's his risk to take, and you carefully qualified your last statement, but overestimating demand is a deadly thing. So let me as - why do you think people will be willing to pay for this service, and what kind of numbers are you talking about? 100? 1000? 10000?
- forgotusername 14y agoIt's just an alternative for someone already offering to work for free – I'm certainly not about to write a business plan around it. My use case is simply that I like my own comments/SMS/tweets/etc. archived and searchable, as it's an easy way of keeping track of stuff with zero effort. In the case of HN it would also serve to avoid the common situation where I miss a reply until hours after the replyer's lunch break ended.
- dutchbrit 14y agoMy goal is to make $0 from this - maybe beer money, but thats all. No hosted SaaS - just an open source Github repo. Still, interesting idea.
- icebraining 14y agoI had a crude but working version of that written in Go. One goroutine for the scraper, another for the email sender, it's pretty easy. Writing the website and billing is probably more time consuming than the gateway itself.
- rustc 14y agoSo, you want replies to your comments sent to you via email? or something more?
- forgotusername 14y agoLiterally just poll this single page: http://news.ycombinator.com/threads?id=forgotusername http://news.ycombinator.com/threads?id=forgotusername once every 30 minutes, extract the thread structure, generate some message IDs, and keep a database of which message IDs have already been e-mailed. The ability to reply is more complicated and probably less useful.
- AdamGibbins 14y agoHave you seen HN Notify? http://hnnotify.com/ http://hnnotify.com/
- forgotusername 14y agoCreepily, it claims someone is already signed up for my username.
- yozmsn 14y agoThey should allow multiple followers ... hello twitter for HN!
- lazyfunctor 14y agohttp://notifo.com/hackernews http://notifo.com/hackernews looks like another option