DISQUS

A VC: Anatomy Of A Twitter Bot

  • Joe Lazarus · 1 year ago
    Someone should make a service that creates and manages Twitter bots through a simple web site. I'm sort of surprised it doesn't already exist... then again, maybe it does and I just don't know about it. TwitterFeed is pretty close.
  • joshua schachter · 1 year ago
    This wouldn't require code if the twitter "track" code let you track strings containing symbols (eg @lotd etc)
  • charlie crystle · 1 year ago
    It was cool to see the kid who was arrested in Egypt use Twitter to alert his friends--and his subsequent release. http://latimesblogs.latimes.com/webscout/2008/0...
  • mccv · 1 year ago
    I actually used code posted here http://dominiek.com/articles/2008/2/15/how-to-b... to add more real time support to one of our apps. The pros: it uses the Jabber interface so you can handle tweets realtime. The downside: as we found out this week, the stability of Twitter's Jabber interface isn't exactly the same as its HTTP interface... and unlike the Perl example, if your service or Twitter's service is down you don't get things queued up, they just poof.
  • Srini Kumar · 1 year ago
    This is just about the most intelligent comment on Twitter I have ever read. Someone out there really understands twitter in the VC community, I am happy and amazed. This is going to be a massive set of businesses - almost like an open-source listserv. I wonder if Twitter has some juicy account names set up in reserve for itself... it could be like a domain-name spree... and what company wouldn't want this kind of access to its fans? (other than bad companies of course)

    You might like us too (metanotes.com) :)
  • howardlindzon · 1 year ago
    man do I see this is a boon for stock guys once again and for promoters to move penny stocks. think flash mobs to thinly traded stocks.
  • whitneymcn · 1 year ago
    Thanks for the link, Fred.

    Funny little coincidence: the LOTD lyric you picked is from one of the people working on a Twitter bot. Attila is going to do a movie quote version, I believe.

    @joelaz grouptweet.com is the closest thing that I've seen to the sort of bot creation site you're talking about -- it's the same idea as LOTD except that the communication happens through Twitter direct messages rather than @replies, so it's private rather than public group communication. I expect that you're right and more such services will be popping up before long.

    I also kind of expect to see Twitter building similar tools at some point, since the ~1,500 API calls/day limit means that third parties can't do group tools that scale very well. Any large group or tool that uses direct messages will burn through those API calls pretty quick. Interesting possibility for Twitter, actually: people can build their own groups using the API, or pay a monthly and use Twitter-native group tools so that (a) no coding is required, and (b) the group can scale since you're not API rate limited.
  • mccv · 1 year ago
    @whitneymcn - small clarification on the Twitter API calls/day limit. Post operations (which I assume means direct messages) don't count against the limit. It's entirely feasible to build largeish scale applications using just the HTTP interface, but they're not going to be realtime. By the time you add autofollowing you're probably down to a 5 minute refresh cycle.
  • whitneymcn · 1 year ago
    Excellent -- I obviously haven't spent enough time with the API docs. :) Thanks, mccv.
  • ali · 1 year ago
    another interesting twitter news
    http://www.cnn.com/2008/TECH/04/25/twitter.buck...
  • Andy Gadiel · 1 year ago
    Thanks Fred, the @nojf group is now live for New Orleans JazzFest fun:

    http://www.twitter.com/nojf
  • Greg Cohn · 1 year ago
    there are a bunch of ways to do this, but "retweet @username replies" would be such an easy option for twitter to integrate. as would "tweet #tagspace" or "tweet RSS feed".
  • RacerRick · 1 year ago
    We made a 'twitter bot' for Milwaukee area food recommendations. It's www.twitter.com/mkefood. We're going to make a few more, like nycfood, etc.

    Fyi, I tried to get the Twitterfeed.com guy to build a service and he says he's got no time because of his day job. This should be his day job!
  • prashant · 1 year ago
    twitter is great! simple and easy to use application make things a success.

    i like the applications people are creating around twitter. i would like to have twitter app as private tool to discuss the daily work inside company. email / forums / blog / wiki are not the perfect solution for this....but twitter like app would be great.

    do let me know if you know of any such thing.
  • John Eckman · 1 year ago
    I've written a similar app in PHP, though relying on the hashtag instead - #lotd or #shakeshack instead or @.

    This also means the items get picked up at twemes.com/tag and other places #hashtags are used.

    You can get it (called ReTweeter) at:
    http://www.openparenthesis.org/code/twitter-api
  • jackson · 1 year ago
    "Waiting on this line at Shake Shack I'm reminded of the Saxon song 'And the Band Played on'."

    "Just before dawn in the cold light
    We came out of the night
    A great expectation from the man who ran the show
    Will it rain, will it snow, will it shine, we don't know
    Are there clouds up in the sky

    See the people, feel the power
    There was sixty thousand there
    Just like thunder the crowds began to roar
    Where you there, did ya know, did ya see all the show
    There was magic in the air"

    or something like that....
  • Sebastian Keil · 1 year ago
    Mmh, I don't really see the difference to something Alan Joyce wrote last year (http://www.everythingdigital.org/weblog/archive...) and which we (or truth be told, I) am using to power the @fatblogging account.http://twitter.com/fatblogging
    Or is there a difference?
  • whitneymcn · 1 year ago
    Other that the minor structural difference that the LOTD-style doesn't require that the repost account follow people before they can post, looks like they're doing the same thing.
  • Nuno Rodrigues · 9 months ago
    If you want to take a look on a bot which provides the scores for the main football (soccer) competitions, check http://twitter.com/twitscores