[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Mandakini kumari
Hi

I tested its not worked for me



On Mon, Jul 13, 2009 at 2:25 PM, Ryan McGrath ryan.mcgra...@gmail.comwrote:


 Hey,

 A friend and I recently launched TwitStat.us (http://twitstat.us), a
 site where you can basically create a badge that display results about
 any given search terms from Twitter's Search API. The badge that we
 give to users is pure javascript that just queries Twitter's API.

 That said, I'm not too sure as to whether there's any issue with
 consistently hitting Twitter's API with Javascript - I mean, it'd be
 pretty difficult to rate limit that, no? Anybody got experience with
 this and care to share?

 If you have any critiques about TwitStat.us, feel free to toss those
 out too. Always open to suggestions!

 - Ryan McGrath




-- 
Regards
Mandakini


[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Dean Collins
Works fine when I just checked it.

 

 

div class=twitstatus_badge_container id=twitstat_badge_282/div
script type=text/javascript
src=http://twitstat.us/js/twitstat.min.js;/script script
type=text/javascript twitstat.badge.init({ badge_container:
twitstat_badge_282, title: Twitter Search, keywords:
mytwitterbutler, max: 15, border_color: #434343, header_background:
#434343, header_font_color: #ff, content_background_color:
#e1e1e1, content_font_color: #33, link_color: #307ace });
/script

 

 

 

Regards,

Dean Collins
Cognation Inc
d...@cognation.net
mailto:d...@cognation.net +1-212-203-4357   New York
+61-2-9016-5642   (Sydney in-dial).
+44-20-3129-6001 (London in-dial).



From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-t...@googlegroups.com] On Behalf Of
Mandakini kumari
Sent: Monday, July 13, 2009 6:56 AM
To: twitter-development-talk@googlegroups.com
Subject: [twitter-dev] Re: Just launched TwitStat.us...

 

Hi

I tested its not worked for me




On Mon, Jul 13, 2009 at 2:25 PM, Ryan McGrath ryan.mcgra...@gmail.com
wrote:


Hey,

A friend and I recently launched TwitStat.us (http://twitstat.us), a
site where you can basically create a badge that display results about
any given search terms from Twitter's Search API. The badge that we
give to users is pure javascript that just queries Twitter's API.

That said, I'm not too sure as to whether there's any issue with
consistently hitting Twitter's API with Javascript - I mean, it'd be
pretty difficult to rate limit that, no? Anybody got experience with
this and care to share?

If you have any critiques about TwitStat.us, feel free to toss those
out too. Always open to suggestions!

- Ryan McGrath




-- 
Regards
Mandakini



[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Vincent Wright
Ryan, I've tested it on My Linking Power Forum in a new group I'm putting up
called I LOVE RSS!: http://mylinkingpowerforum.ning.com/group/ILoveRSS

http://mylinkingpowerforum.ning.com/group/ILoveRSSWorks very well for
me...

Thanks, and Keep STRONG!!
Vincent Wright
Director Of Community
MyLinkingPowerForum.ning.com | MyVirtualPowerForum.com |
MyLinkedinPowerForum.net |
VincentWright.com (Linkedin) | VincentWright.net (Facebook) |
VincentWright.org   (Google) | VincentWright.us  (Twitter) |
Skype/Gtalk = MyLinkedinPowerForum  | +1-860-967-0563


On Mon, Jul 13, 2009 at 4:55 AM, Ryan McGrath ryan.mcgra...@gmail.comwrote:


 Hey,

 A friend and I recently launched TwitStat.us (http://twitstat.us), a
 site where you can basically create a badge that display results about
 any given search terms from Twitter's Search API. The badge that we
 give to users is pure javascript that just queries Twitter's API.

 That said, I'm not too sure as to whether there's any issue with
 consistently hitting Twitter's API with Javascript - I mean, it'd be
 pretty difficult to rate limit that, no? Anybody got experience with
 this and care to share?

 If you have any critiques about TwitStat.us, feel free to toss those
 out too. Always open to suggestions!

 - Ryan McGrath


[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Grant Emsley

It's a cool little program.

With the rate limiting - the requests should come from the viewer's IP
address, so rate limiting shouldn't be a problem.  At worst,
individual users viewing it 20,000 or whatever time an hour would see
an error, everyone else would be fine.


[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Ryan McGrath

Hey everyone,

Thanks for the positive feedback! Hope everyone enjoys using it as
much as we enjoyed making it.

Thanks for the heads up on the rate limiting, Grant. That's what we
thought initially, but I figured it'd be polite to ask around and make
sure were weren't abusing any API calls. Appreciate the help!

- Ryan

On Jul 13, 11:05 am, Grant Emsley grant.ems...@gmail.com wrote:
 It's a cool little program.

 With the rate limiting - the requests should come from the viewer's IP
 address, so rate limiting shouldn't be a problem.  At worst,
 individual users viewing it 20,000 or whatever time an hour would see
 an error, everyone else would be fine.