Re: [twitter-dev] Leveraging the Twitter API and scraping out tweets to only include tweets with links

2010-05-13 Thread Raffi Krikorian
(this will become easier once we can roll out entities into the XML/JSON
payload)

On Fri, May 14, 2010 at 5:21 AM, Abraham Williams <4bra...@gmail.com> wrote:

> You could just do a check to see if the status contains a http:// or
> https://. You might miss a few that don't include the protocol but it
> would be a pretty small amount.
>
> Abraham
>
>
> On Thu, May 13, 2010 at 15:15, Mrs. Tillman wrote:
>
>> I am working on a project for a client and I am looking into using the
>> Twitter API to feed in tweets from those users who opt-in to have
>> their twitter feed brought in.
>> One thing that I wanted to do to customize the feed is to only show
>> those tweets that have a link included.
>> Does anyone have any details on how to do this and whether it's pretty
>> straight-forward to do? I am not a developer.
>> Thanks!
>>
>
>
>
> --
> Abraham Williams | Developer for hire | http://abrah.am
> @abraham | http://projects.abrah.am | http://blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>



-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


Re: [twitter-dev] Leveraging the Twitter API and scraping out tweets to only include tweets with links

2010-05-13 Thread Abraham Williams
You could just do a check to see if the status contains a http:// or
https://. You might miss a few that don't include the protocol but it would
be a pretty small amount.

Abraham

On Thu, May 13, 2010 at 15:15, Mrs. Tillman wrote:

> I am working on a project for a client and I am looking into using the
> Twitter API to feed in tweets from those users who opt-in to have
> their twitter feed brought in.
> One thing that I wanted to do to customize the feed is to only show
> those tweets that have a link included.
> Does anyone have any details on how to do this and whether it's pretty
> straight-forward to do? I am not a developer.
> Thanks!
>



-- 
Abraham Williams | Developer for hire | http://abrah.am
@abraham | http://projects.abrah.am | http://blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.


[twitter-dev] Leveraging the Twitter API and scraping out tweets to only include tweets with links

2010-05-13 Thread Mrs. Tillman
I am working on a project for a client and I am looking into using the
Twitter API to feed in tweets from those users who opt-in to have
their twitter feed brought in.
One thing that I wanted to do to customize the feed is to only show
those tweets that have a link included.
Does anyone have any details on how to do this and whether it's pretty
straight-forward to do? I am not a developer.
Thanks!