Projects

Here's some stuff I made. I hope you like it. ^-^


kelpiebot

An IRC bot that sits in the local server. The following commands are available:

selfbot.py

A one-line IRC bot that sends its own sourcecode. Not the most useful thing ever, but it exists.

A command-line-only version is also available in selfbot.md, along with some notes and less-unreadable source code of both versions.

bawkward.awk

An IRC bot written in AWK. An external program is needed to open a TCP connection and feed the socket with stdin/out. In the case of bawkward.sh, that program is socat.