Re: [twitter-dev] How to pull tweets excepting all that include @username and/or are Retweets?

2010-12-14 Thread gzbrambila
Thanks. Yeah had to write a php filter to clean up the noise once it 
arrives. G

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] How to pull tweets excepting all that include @username and/or are Retweets?

2010-12-14 Thread Matt Harris
To exclude replies from timelines you can also include the exclude_replies=1
parameter.

Hope that helps,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Tue, Dec 14, 2010 at 4:29 PM, gzbrambila gzbramb...@gmail.com wrote:

 Thanks. Yeah had to write a php filter to clean up the noise once it
 arrives. G

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] How to pull tweets excepting all that include @username and/or are Retweets?

2010-12-13 Thread Guillermo
Hi guys,

Looking to see if anyone knows how to pull only tweets that are plain
text or external links, but dont have any @username and/or retweets on
them.

I have a jquery that pulls a search for tweets based on a keyword and
it streams it in a cool layout, but the tweets are so full of these @s
and RTs that its pretty difficult to read them.

My users are asking for an option to see tweets plain text or w
external links (sites, pics, videos) only.

Any help would be greatly appreciated.

Thx

G

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] How to pull tweets excepting all that include @username and/or are Retweets?

2010-12-13 Thread Tom van der Woerdt
Just filter them out manually. As far as I know, there's no API method 
that gives you this information.


Tom


On 12/13/10 11:12 PM, Guillermo wrote:

Hi guys,

Looking to see if anyone knows how to pull only tweets that are plain
text or external links, but dont have any @username and/or retweets on
them.

I have a jquery that pulls a search for tweets based on a keyword and
it streams it in a cool layout, but the tweets are so full of these @s
and RTs that its pretty difficult to read them.

My users are asking for an option to see tweets plain text or w
external links (sites, pics, videos) only.

Any help would be greatly appreciated.

Thx

G



--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk