Hacker News new | ask | show | jobs
by samarudge 5095 days ago
Yeah it's one thing that does a very simple job that I have to give both my twitter and github auth too. I might forget about them or not be sure how to disable it. Are you going to build one of these for the 20 or so other feeds I put into my Twitter? Yeah it's a nice idea, and the implementation seems good, but it's not really fixing a problem so for most people it probably won't be worth the effort.
1 comments

You need only twitter auth.

Let's assume you don't want to remember anything. But once when you do a commit you might do it like:

git commit -m "Add magic beans to make super scale //tweet"

Is it easy enough?

Most services are useless for most people. It's true. I built it because I need it myself. But I can assume there some people just like me in the world.

dlvr.it provides this out of the box. There are probably other services that do the same. I think TwitterFeed provides options for only posting certain content but it's been a while since I used it

http://gopotato.co.uk/grabs/Screen%20Shot%202012-07-10%20at%...

If you don't have a controll to transform github event into tweet The body in RSS is much longer then 140 symbols. You would need to parse it, normalize it and only then generate a tweet body. And you need a full featured programming language support to do that.

Also, you need at least several days to setup all types of github events with edge cases.

Believe me, this is not an option if you want things look really good.