Live data from Hacker News

Twitter Should Shut Me Down

edu.mkrecny.com

51–60 of 219 posts

Re: Twitter Should Shut Me Down

#52
you don't need more vms to get around their rate limit, you just need to query their api using a clientside language like javascript, that way the ip twitter gets is the ip of the user, not your servers. The company I work at has awesome search, so I have a tool which grabs tweets from individual user's streams (if a customer has an issue with my product and tweets about it I like to search their public twitter stream to see if they've mentioned us or our competitors lately). My script is a python one using httplib, but I realized that I could just as easily make these queries using jquery and send them anywhere I like. This moves the rate limit from your server's ip to the user's ip. If a bunch of people are using your product from the same office it could be a bit of an issue but you could probably detect that (with their 420 chill out code) and use one of your vms ips until that office's ip cools off again. That'd probably make your overhead quite a bit cheaper I'd imagine.

Re: Twitter Should Shut Me Down

#53
There is another flaw in the business model: It feeds off the assumption that when someone favourites one of your tweets, it's because a person liked it, not a bot trolling for followers. I suspect the reason Twitter Ads is 20x more expensive for a follower is that it explicitly states that it's a "promoted tweet" and that throws up all kinds of guards. Once that cat is out of the bag, the cost to acquire a follower using the favourite-method is going to go up.

Re: Twitter Should Shut Me Down

#55

It's amazing how much devs want to build on top of Twitter. There's got to be an opportunity for Twitter to monetize that instead of fighting it and pissing everyone off. Why can't they just have some reasonable fees for API access?

If they put a paywall on their IP, then they'd be bound to have a reasonable support structure in place.

No one in their right mind would want to support the Twitter or Facebook API's...

Re: Twitter Should Shut Me Down

#59
The problem with the approach of wanting to get caught, is the assumption that Twitter is going to care whether your approach is superior to their Twitter Ads approach. They will not care, judging by their past history. They'll most likely shut you down and go about their business with Twitter Ads. These days Twitter is an extraordinarily rigid company when it comes to anything outside their borders.
Post reply on HN