Metadata-Version: 1.1
Name: alphabot
Version: 0.0.0
Summary: Bot that connects to Slack.
Home-page: https://github.com/Nextdoor/alphabot
Author: Mikhail Simin
Author-email: mikhail.simin@gmail.com
License: Apache License, Version 2.0
Description: Alpha bot
        ---------
        Open source python bot to chat with Slack and, eventually, other platforms.
        
        Inspired by `Hubot <https://hubot.github.com/>`_. Alphabot is written in Tornado combining the power of Python with the speed of coroutines.
        
        Installation
        ============
        
        .. code-block:: bash
        
            virtualenv .venv
            make build
        
        
        Running the bot
        ===============
        Until this is packaged as a pip this is the way to start the bot:
        
        .. code-block:: bash
        
            export PYTHONPATH=$(pwd)
            export SLACK_TOKEN=xoxb-YourToken
            python alphabot/app.py
        
Keywords: slack,chat,irc,hubot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
