From 22d1a47075ad92e875768f01bec8563bd2a77cd2 Mon Sep 17 00:00:00 2001 From: Izwzyzx <184772711+Izwzyzx@users.noreply.github.com> Date: Sat, 16 Oct 2021 00:25:47 -0500 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0cbe362 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# PyBot + +**PyBot** was an attempt to create an IRC bot despite the fact that I'd only gotten through a couple of chapters of Python programming at the time. I *really* wasn't ready and they didn't work great. + +- `rawbot.py` is the most basic script of the bunch. It dumps received data to the console raw. +- `pybot_old.py`, `pybot1.0.py`, and `pybot1.2.py` were various iterations that attempted to format received data. +- `pybot.py` is version 2.0 of the script and was given the name [**"Anedepami"**](https://glitchcity.wiki/Anedepami), following the established naming scheme of Maralis and Derxwna's [fivequestionmarks](https://infinitypedia.org/wiki/Fivequestionmarks) and Kuschelyagi's [tenquestionmarks](https://forge.monarch-pass.net/elsanctum/tenquestionmarks). + +The PyBot project was abandoned because I couldn't get them to keep up with a heavy chat load while also formatting the received data in a way I could work with. It inspired and was succeeded by GimelBot. + +## Special Thanks +- chevloschelios - [Original example code](http://ubuntuforums.org/showthread.php?t=1493702) +- Adrian Malacoda - Data encoding fix