Skip to content

emberian/tbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tbot

A library to make writing IRC bots easier and more fun

Travis CI Test Result
  • License: Modified BSD

Rationale

Writing IRC bots is easy enough that beginners often pull it off to some success. But writing extensible, maintainable, IRC bots that are abstracted from the details of the protocol is difficult. twisted.words.protocols.irc makes that a wee bit easier, but you still need to deal with some things you probably don't care about, like 'factories' or 'protocols' and such things. There are also some harder problems like persistence of state, configuration, and module reloading that don't have obvious solutions.

tbot tries to make that simpler, letting you focus on what you care about: doing cool things in IRC.

About

Making IRC bots fun and easy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages