On Fri, Feb 21, 2014 at 4:05 PM, Walter Prins wrote:
>
> With the caveat that I'm not familiar with the Twitter streaming API's
> and that I literally only spend 3 minutes googling this, it seems to
> me to be the case that the Twitter streaming API's is intended to be a
> push style notification
Here is a twitter bot that I created, it evaluates math expression then
it reply to the sender
You can study how it works it's pretty simple :) [1]
[1] https://github.com/rednaks/Twitter-Math-Bot
On 20/02/2014 09:23, Zaki Akhmad wrote:
> Hello,
>
> I am trying to create a twitter bot which respo
Hi,
On 21 February 2014 03:52, Zaki Akhmad wrote:
> On Thu, Feb 20, 2014 at 7:39 PM, James Scholes wrote:
>
>> Most decent Python libraries for accessing Twitter support the streaming
>> API. This lets you keep a connection to the Twitter API alive and
>> process new data as it is received. Th
Zaki Akhmad Wrote in message:
> On Thu, Feb 20, 2014 at 7:39 PM, James Scholes wrote:
>
>> Most decent Python libraries for accessing Twitter support the streaming
>> API. This lets you keep a connection to the Twitter API alive and
>> process new data as it is received. There is a simple (bu
On Thu, Feb 20, 2014 at 7:39 PM, James Scholes wrote:
> Most decent Python libraries for accessing Twitter support the streaming
> API. This lets you keep a connection to the Twitter API alive and
> process new data as it is received. There is a simple (but out-of-date)
> example on using strea
On 20/02/14 08:23, Zaki Akhmad wrote:
I am trying to create a twitter bot which respond mentions as soon as
possible. Here's the detail.
These have been around for a long time in email circles.
One thing to watch is detection of cycles.
That's where someone tweets you and you auto-respond,
B
Hello,
I am trying to create a twitter bot which respond mentions as soon as
possible. Here's the detail.
If @someone mention my account @example then in t seconds I would
respond @someone tweet. I am hoping to get this t less than 60
seconds.
I would utilize the Mike Verdone twitter API python[