Metadata-Version: 1.1
Name: django-golem
Version: 0.11
Summary: Django app for creating chatbots for Messenger and other platforms.
Home-page: https://github.com/prihoda/django-golem
Author: David Příhoda, Jakub Drdák
Author-email: david.prihoda@gmail.com
License: Apache Software License
Description: ========================
        Golem chatbot framework
        ========================
        
        Golem is a python framework for building chatbots for Messenger and other platforms.
        
        Find out how to make your own bot on the `Wiki <https://github.com/prihoda/django-golem/wiki>`_.
        
        Features
        ----------
        
        What it can do:
        
        * Receive messages from Messenger (Telegram and more platforms coming soon)
        * Extract *entities* from these messages using `Wit <http://wit.ai>`_
            * e.g. "Show me the best concert" -> *intent:* recommend, *query:* concert
        * Keep track of the history of all entity values in the *context*
        * Move between different *states* of the conversation based on intent and other entities
        * Call actions of these states and return messages
        * It supports any language supported by Wit (English is recommended)
        
        What it can NOT do:
        
        * It does not pre-train Wit, you have to do that yourself
        * It does not use Wit stories, only entity recognition
        * It's not built for AI conversational bots (you can try though :P)
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
