Appreciate all the help from you guys. Anyone want to link me to a C++
or cURL tutorial?
Bless,
Chris

On Oct 1, 10:13 am, Andrew Badera <and...@badera.us> wrote:
> 5am Eastern, it's probably forgivable. ;)
>
> On Thu, Oct 1, 2009 at 5:08 AM, Kevin Mesiab <ke...@mesiablabs.com> wrote:
>
> > Attention to detail fail. ;)
>
> > On Wed, Sep 30, 2009 at 11:01 PM, Andrew Badera <and...@badera.us> wrote:
>
> >> And, that only works if you have appropriate access to the server.
>
> >> On Thu, Oct 1, 2009 at 5:00 AM, Andrew Badera <and...@badera.us> wrote:
> >>> Read #2 Kevin.
>
> >>> ∞ Andy Badera
> >>> ∞ +1 518-641-1280
> >>> ∞ This email is: [ ] bloggable [x] ask first [ ] private
> >>> ∞ Google me:http://www.google.com/search?q=andrew%20badera
>
> >>> On Thu, Oct 1, 2009 at 4:59 AM, Kevin Mesiab <ke...@mesiablabs.com> wrote:
>
> >>>> Or a chron job ;)
>
> >>>> On Wed, Sep 30, 2009 at 10:53 PM, Andrew Badera <and...@badera.us> wrote:
>
> >>>>> You have to think beyond PHP.
>
> >>>>> 1) Consider having a third-party ping monitoring utility ping your PHP
> >>>>> script to hit the Search API for the tag once a minute.
> >>>>> 2) Write something in Python or Ruby or C++ and have it run on the
> >>>>> server as a daemon, once a minute. Or have curl or something else
> >>>>> local on the server cron'd to call your script once a minute.
> >>>>> 3)  Chad Etzel's TweetHook might be a more real-time option for you
> >>>>> and would remove the necessity of you doing something once a minute --
> >>>>> I would definitely check it out. It will automagically post search
> >>>>> data back to your hook callback URL.
>
> >>>>> ∞ Andy Badera
> >>>>> ∞ +1 518-641-1280
> >>>>> ∞ This email is: [ ] bloggable [x] ask first [ ] private
> >>>>> ∞ Google me:http://www.google.com/search?q=andrew%20badera
>
> >>>>> On Thu, Oct 1, 2009 at 4:27 AM, Chris <bigonr...@googlemail.com> wrote:
>
> >>>>>> I want to write a tool that monitors a channel, say #startnow, and
> >>>>>> checks say, every minute, to see if its been updated.
>
> >>>>>> How would I do this? I'm good with php, but won't that only check
> >>>>>> every time someone loads a php page? How do people like @hashphp reply
> >>>>>> to everyone that posts in #php?
>
> >>>>>> Thanks,
> >>>>>> Chris
>
> >>>> --
> >>>> Kevin Mesiab
> >>>> CEO, Mesiab Labs L.L.C.
> >>>>http://twitter.com/kmesiab
> >>>>http://mesiablabs.com
> >>>>http://retweet.com
>
> > --
> > Kevin Mesiab
> > CEO, Mesiab Labs L.L.C.
> >http://twitter.com/kmesiab
> >http://mesiablabs.com
> >http://retweet.com

Reply via email to