Skip to content

Juboo/xbotpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  .,::      .::::::::.      ...   ::::::::::::         
  `;;;,  .,;;  ;;;'';;'  .;;;;;;;.;;;;;;;;''''         
    '[[,,[['   [[[__[[\.,[[     \[[,   [[      [      [   
     Y$$$P     $$""""Y$$$$$,     $$$   $$    $$$$$  $$$$$ 
   oP"``"Yo,  _88o,,od8P"888,_ _,88P   88,     8      8   
,m"       "Mm,""YUMMMP"   "YMMMMMP"    MMM             

xbot++ - the modularised, multi-protocol, Python 3 chat bot. Woot!

Build Status

ATTENTION!

xbot++ v0.3.0 is currently under construction.

If you want a stable build, and don't plan to develop your own modules, grab the v0.2.13 tag:

$ git clone --recursive https://github.com/aki--aki/xbotpp.git
$ cd xbotpp
$ git checkout v0.2.13

INSTALL

$ git clone --recursive https://github.com/aki--aki/xbotpp.git
$ cd xbotpp
$ pip install .

or

$ git clone https://github.com/aki--aki/xbotpp.git
$ cd xbotpp
$ python setup.py install

then

$ xbotpp-config
$ xbotpp

MIGRATING FROM v0.1.x or v0.2.x

$ xbotpp-migrate xbotpp.conf

DOCUMENTATION

Available over here.

To compile the documentation yourself, run:

$ sphinx-build -b html doc/ doc/_build

SUPPORT

Find a bug? File an issue, or drop in to our IRC channel: #xbotpp on irc.stormbit.net.

CREDITS

Based on work by Milos Ivanovic and Daniel Oaks.

See the full list of contributors here.

About

xbot++ - Modularised Python 3 chat bot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%