[Tutor] Responding Tweet: A Twitter Bot

Alan Gauld alan.gauld at btinternet.com
Thu Feb 20 14:25:49 CET 2014


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,
But they also have an auto-responder that responds
to your automated message. Will your program then
respond to that too? If so you get a cycle with an
infinite loop of auto responses.

That's not a good thing.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list