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 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[1]. My question is > how to get the mentions as soon as possible, as @someone mention > @example? Any python library could help me? Hint please. > > Previously, I use cron to search for tweets that mentioned @example account. > > [1]https://pypi.python.org/pypi/twitter > > Thank you, > _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
