[twitter-dev] Re: Image resizing failures is starting to get out of hand ... :-)

2009-03-28 Thread Zac Bowling
http://twitter.com/account/profile_image/hchua11 It's a cute dog. Kinda big though. Zac Bowling On Sat, Mar 28, 2009 at 2:23 PM, Dossy Shiobara wrote: > > Check out @hchua11 - avatar image is 500k+ and so are the thumbnails. D'oh. >  Really sucks to watch a mobile app

[twitter-dev] Re: A Twitter Query Language (TQL) ?

2009-03-22 Thread Zac Bowling
If it was built and twitter charged something similar to the rate that Amazon's SimpleDB charges for processing power required to preform the query, I would gladly pay. Zac Bowling On Sun, Mar 22, 2009 at 7:14 PM, Zac Bowling wrote: > There was the one I mentioned in my first email

[twitter-dev] Re: A Twitter Query Language (TQL) ?

2009-03-22 Thread Zac Bowling
g for. It doesn't even have to be SQL like but just a some kind of structured query language for twitter. That would be awesome. Zac Bowling On Sun, Mar 22, 2009 at 4:49 PM, Abraham Williams <4bra...@gmail.com> wrote: > I'm positive that a third party was providing a tql api f

[twitter-dev] A Twitter Query Language (TQL) ?

2009-03-22 Thread Zac Bowling
I would love it if Twitter would develop an equivalent to Facebook's FQL, Yahoo's YQL, Amazon's SimpleDB, or Google's GQL (used for app engine data storage). Basically an abstracted SQL-like query engine for doing queries and getting back data the data you want using virtual tables of different d

[twitter-dev] Re: 24,386 unfollow calls

2009-02-23 Thread Zac Bowling
raise TwitterException("User ID out of range") handler = u'followers/ids.json' data = [] if id: data.append(("id", id)) return self.get(data, handler, doau

[twitter-dev] Re: 24,386 unfollow calls

2009-02-23 Thread Zac Bowling
to add it. Zac Bowling On Mon, Feb 23, 2009 at 2:31 PM, Lakshman Prasad wrote: > Why twyt library? > > I have hacked on twitter API aswell; but I used the > http://code.google.com/p/python-twitter/ wrapper from Google. > > Is there a wiki page that lists all different wrappers

[twitter-dev] Re: 24,386 unfollow calls

2009-02-23 Thread Zac Bowling
Oh thats awesome! Every now and then I'll get a 503 Bad Gateway error but that is to be expected at least a few times for 24,000+ calls :-) Zac Bowling http://twitter.com/zbowling http://zbowling.com/ On Mon, Feb 23, 2009 at 1:59 PM, Matt Sanford wrote: > I usually lack any wha

[twitter-dev] Re: 24,386 unfollow calls

2009-02-23 Thread Zac Bowling
ception: #TODO: INSERT ASCII FAIL WHALE print "" time.sleep(1.5) --- Thanks a ton! Zac Bowling http://twitter.com/zbowling http://zbowling.com/ On Mon, Feb 23, 2009 at 11:15 AM, Alex Payne wrote: > > That's not accurate, Nick.

[twitter-dev] Re: 24,386 unfollow calls

2009-02-23 Thread Zac Bowling
Haha, being that you know who I work for and the we own Twhirl, I probably shouldn't comment about Tweetdeck. :-) Loic loves everyone, but he had an auto-follow bot that followed everyone that followed him. Got a little crazy. The biggest issue was Zac Bowling http://twitter.com/zbo

[twitter-dev] 24,386 unfollow calls

2009-02-23 Thread Zac Bowling
alarms if I make 24,385 unfollow requests and several requests to pull his social graph down as it runs. I can also throttle it as I was planning to do and do it across a few days. Thanks, Zac Bowling http://twitter.com/zbowling http://zbowling.com/

[twitter-dev] Re: Result count with search api

2009-02-22 Thread Zac Bowling
I think you missed what he was asking. Zac Bowling On Sat, Feb 21, 2009 at 11:16 PM, Chad Etzel wrote: > > However, many languages support functions that turn xml into arrays > and/or objects, which usually have accompanying .length or count() > properties/functions that will

<    1   2