[twitter-dev] Re: Counting retweets

2009-06-30 Thread Doug Williams
Retweet is not a top level feature for Twitter. People have suggestions for
formats though [1]. A cleaver regex should help you parse if a tweet is a
retweet.

http://www.google.com/webhp?complete=1hl=en#complete=1hl=enq=retweet+formataq=foq=aqi=fp=LH9toxtiWpk

Thanks,
Doug




On Tue, Jun 30, 2009 at 9:56 AM, Scott Haneda talkli...@newgeo.com wrote:


 Is RT an official Twitter funtion or a community invented convention?

 If I have a timeline loaded what is the best way to determine the number of
 retweets? There seem to be many formats in which RT is done.

 --
 Scott
 Iphone says hello.



[twitter-dev] Re: Counting retweets

2009-06-30 Thread Scott Haneda


Good to know, thank you very much.  Looks like, RT, Retweet, and Via  
are the most standard, and anything outside of that would be rather  
obscure.


On Jun 30, 2009, at 10:11 AM, Doug Williams wrote:

Retweet is not a top level feature for Twitter. People have  
suggestions for
formats though [1]. A cleaver regex should help you parse if a tweet  
is a

retweet.

http://www.google.com/webhp? 
complete=1hl=en#complete=1hl=enq=retweet 
+formataq=foq=aqi=fp=LH9toxtiWpk


Thanks,
Doug

On Tue, Jun 30, 2009 at 9:56 AM, Scott Haneda talkli...@newgeo.com  
wrote:




Is RT an official Twitter funtion or a community invented convention?

If I have a timeline loaded what is the best way to deter


--
Scott * If you contact me off list replace talklists@ with scott@ *



[twitter-dev] Re: Counting retweets

2009-06-30 Thread Peter Denton
I was playing around with retweeting and also found there is a pretty
substantial amount of non crediting RT's. So if your trying to be scientific
about the whole thing, you might want to search for the string. Just FYI.

On Tue, Jun 30, 2009 at 4:17 PM, Scott Haneda talkli...@newgeo.com wrote:


 Good to know, thank you very much.  Looks like, RT, Retweet, and Via are
 the most standard, and anything outside of that would be rather obscure.


 On Jun 30, 2009, at 10:11 AM, Doug Williams wrote:

  Retweet is not a top level feature for Twitter. People have suggestions
 for
 formats though [1]. A cleaver regex should help you parse if a tweet is a
 retweet.

 http://www.google.com/webhp
 ?complete=1hl=en#complete=1hl=enq=retweet+formataq=foq=aqi=fp=LH9toxtiWpk

 Thanks,
 Doug

 On Tue, Jun 30, 2009 at 9:56 AM, Scott Haneda talkli...@newgeo.com
 wrote:


 Is RT an official Twitter funtion or a community invented convention?

 If I have a timeline loaded what is the best way to deter


 --
 Scott * If you contact me off list replace talklists@ with scott@ *




-- 
Peter M. Denton
www.twibs.com
i...@twibs.com

Twibs makes Top 20 apps on Twitter - http://tinyurl.com/bopu6c


[twitter-dev] Re: Counting retweets

2009-06-30 Thread Nick Arnett
On Tue, Jun 30, 2009 at 4:24 PM, Peter Denton petermden...@gmail.comwrote:

 I was playing around with retweeting and also found there is a pretty
 substantial amount of non crediting RT's. So if your trying to be scientific
 about the whole thing, you might want to search for the string. Just FYI.


More than that - if you're looking at retweeted URLs, you have to resolve
shortened URLs to their original.

Nick