Metadata-Version: 1.1
Name: basebot
Version: 1.0.5
Summary: a base IRC bot extensible with plugins
Home-page: https://github.com/clearskies/basebot
Author: Anthony Nguyen
Author-email: anknguyen@gmail.com
License: MIT
Description: basebot
        ========
        
        *Not a baseball bot.
        
        basebot is a foundation on which you can build your IRC bots. Look at `core.py` as an example of how to write plugins for it.
        
        
        Installation
        ------------
        
        .. code:: shell
        
            $ git clone https://github.com/clearskies/basebot.git
            $ pip install -r requirements.txt
            $ mkdir ~/.basebot
            $ cp -r sample/* ~/.basebot/
            $ python setup.py install
            $ basebot
        
        
        Plugins
        -------
        
        Look in https://github.com/clearskies/basebot/tree/master/sample/ for sample plugins
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
