Skip to content

ArturFis/pyaib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Async IrcBot framework (pyaib)

pyaib is an easy to use framework for writing irc bots. pyaib uses gevent for its Asynchronous bits.

Features

  • SSL/IPv6
  • YAML config
  • plugin system
  • simple nickserv auth

Setup

pip install pyaib

or

python setup.py build
python setup.py install

Example

Take a look at the example directory for an example bot called 'botbot'

Run:

python example/botbot.py

Try adding your own plugins in example/plugins.

About

Python Framework for writing IRC Bots using gevent

Resources

License

Stars

Watchers

Forks

Packages

No packages published