1.1 KiB
1.1 KiB
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
, andpybot1.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", following the established naming scheme of Maralis and Derxwna's fivequestionmarks and Kuschelyagi's 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
- Adrian Malacoda - Data encoding fix