zakkgcm / suikabot-py

Python based IRC bot with reloadable plugins using Twisted
2 stars 1 forks source link

Update to Python 3 #3

Open zakkgcm opened 8 years ago

zakkgcm commented 8 years ago

Python 3 offers a few quality of life improvements and a few features that fit well here. Most notable are asyncio coroutines and importlib. The goal for now is just to get the code as-is running and working with py3.

To do:

Afterwards, the various python 3 specific improvements can be worked on, but that's for another issue.

zakkgcm commented 8 years ago

PyIRC looks like the most promising replacement candidate right now. Yes, there are more "irc bot libraries", but this is a learning project.