Skip to content

Small, simple Python IRC bot library, using only builtin libraries.

License

Notifications You must be signed in to change notification settings

bikedude880/pymicroirc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMicroIRC is a simple IRC bot library written in Python. It is small, flexible, and extensible.

It doesn't include boilerplate code for user authentication, handling multiple channels, etc.
The author is expected to provide overrides for the appropriate methods in order to provide that.
It's not meant to be used for extremely complex projects, but it reduces effort in trying to simply
get a client connected to a network and handling incoming lines.

Make sure to create the log folder in the project root folder. (if that's where the code points to)

main.py includes a sample bot with simple functionality. Occasionally, code from that sample
might be merged into the library itself, for ease of use afterwards.

The project is maintained by Michael Red <[email protected]>, at: http://codingden.net

About

Small, simple Python IRC bot library, using only builtin libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published