Skip to content


Creating An IRC Bot in Python

I came across a blog entry which shows you how to create an IRC bot from scratch in only a few lines of Python, which honestly kind of amazed me even being somewhat fluent with Python. I’ve seen a number of other Python IRC bot packages but have yet to try them out (such as Supybot, Phenny, and Pynfo), but a quick example like that is pretty impressive to me.

Posted in Culture, Python, Tips, Hacks, & Tricks, Uncategorized. Tagged with , , , , , , .

3 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. See also shellbot.sh, which is an even more minimalistic bot written using bash. Basically what all the added junk of Supybot and Phenny &c. give you is features; their cores tend to be reducible to almost the same as given in that tutorial. The primary differences will be the use of asynchronous messaging, stuff to prevent flooding, and so on.

  2. Matt said

    The link to the tutorial no longer works.

  3. _ said

    The page from the Internet Archive:
    http://web.archive.org/web/200.....-in-python

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.