I’m learning Python and would like to start a small project. It seems that making IRC bots is a popular project amongst beginners so I thought I would implement one. Obviously, there are core functionalities like being able to connect to a server and join a channel but what are some good functionalities that are usually included in the bots? Thanks for your ideas.
Share
Unless it’s solely for the educational experience, you should really just use a framework for the core functionality.
That said, here’s some of the things the bot in my home IRC channel does: