Live data from Hacker News

Show HN: Retweet disabler/enabler

retweet.rip

11–14 of 14 posts

Re: Show HN: Retweet disabler/enabler

#11
post #2

Is any further information available about how the app works before I authorise it to act as me on Twitter (change my profile, post tweets etc...)

Unfortunately, permissions are only configurable on a read only or read/write basis. Since this app changes settings, it has to have the read/write permissions. I don't save access tokens, so it reauthorizes every time you click enable/disable. I just posted the code on github for anyone who's interested. Here is the link to the code that messes with your twitter account: https://github.com/willcosgrove/retweet-rip/blob/master/app/...

Re: Show HN: Retweet disabler/enabler

#12
Hey HN! Thanks for checking this out! Sorry for the crazy permissions requirements, unfortunately I don't think there's any way around them. I also don't think there's anything I can do to assuage a highly skeptical person that I'm not a bad actor. But the code is here for anyone interested enough to look at it: https://github.com/willcosgrove/retweet-rip

The app also does not save the access tokens it gets back from twitter. They get thrown in a background job to be worked on, and once the job is done the access tokens are forgotten.

Re: Show HN: Retweet disabler/enabler

#13

This is the most overdue feature of Twitter. Since ages. I have no idea, why they do not offer a global show/hide retweets option. If you follow a couple of hundred accounts—like I do—having retweets enabled pretty much ruins your entire timeline.

> I have no idea

Because it's in their interest to show you as much content as possible. Just guessing.

Post reply on HN