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

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

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