Metadata-Version: 1.1
Name: nekbot
Version: 0.1.2.19
Summary: NekBot, a modular multiprotocol bot.
Home-page: https://bitbucket.org/Nekmo/nekbot-mirai
Author: Nekmo
Author-email: contacto@nekmo.com
License: UNKNOWN
Download-URL: https://bitbucket.org/Nekmo/nekbot-mirai/get/default.tar.gz
Description: NekBot
        ######
        Nekbot, a modular and multiprocol bot written in Python.
        
        Supported protocols
        ===================
        - Telegram.
        - IRC.
        - Jabber/XMPP (coming soon).
        
        Instalación en 5 minutos con virtualenvwrapper
        ==============================================
        Si no tuvieses en tu sistema pip, deberás instalarlo::
        
        
        
        
        Create plugins easily!
        ======================
        Create plugins is very easy! Here's an example::
        
            from nekbot.core.commands import command
        
            @command
            def hello(message):
                return 'Hello world! Your message: %s' % message
        
        For more information, see the documentation.
Keywords: nekbot,bot,irc,xmpp,chat,telegram,jabber
Platform: linux
Classifier: Natural Language :: Spanish
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Communications :: Conferencing
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Provides: nekbot
