An open API service indexing awesome lists of open source software.

https://github.com/pri22296/botify

Framework for creating a tool performing various tasks based on Natural Language query
https://github.com/pri22296/botify

Last synced: about 2 months ago
JSON representation

Framework for creating a tool performing various tasks based on Natural Language query

Awesome Lists containing this project

README

        

######################################################################################
Botify
######################################################################################

.. inclusion-marker-badges-start

.. image:: https://badge.fury.io/py/botify.svg
:target: https://badge.fury.io/py/botify

.. image:: https://coveralls.io/repos/github/pri22296/botify/badge.svg?branch=master
:target: https://coveralls.io/github/pri22296/botify?branch=master

.. image:: https://travis-ci.org/pri22296/botify.svg?branch=master
:target: https://travis-ci.org/pri22296/botify

.. image:: https://api.codacy.com/project/badge/Grade/47e374815173493b82c4cc3a4a3b4194
:target: https://www.codacy.com/app/pri22296/botify?utm_source=github.com&utm_medium=referral&utm_content=pri22296/botify&utm_campaign=Badge_Grade

.. image:: https://landscape.io/github/pri22296/botify/master/landscape.svg?style=flat
:target: https://landscape.io/github/pri22296/botify/master
:alt: Code Health

.. image:: https://readthedocs.org/projects/botify/badge/?version=latest
:alt: Documentation Status
:target: http://botify.readthedocs.io/en/latest/?badge=latest

.. inclusion-marker-badges-end

.. inclusion-marker-introduction-start

**************************************************************************
Introduction
**************************************************************************

This Package provides Botify class can be used to create your bot.
Your bot will take orders in natural language and performing
various actions based on the List of Tasks which you specify.

Note that, this package does not intends to really understand the
natural langauge. Instead, you need to specify a mapping between
various keywords and the tasks you need your bot to perform. This
technique works pretty well as demonstrated by our example project
`nlcalc `_.

Features include:

* Ability to understand a large set of commands in natural language based on
very little input.


.. inclusion-marker-introduction-end

.. inclusion-marker-install-start

**************************************************************************
Installation
**************************************************************************

::

pip install botify

.. inclusion-marker-install-end

.. inclusion-marker-links-start

**************************************************************************
Links
**************************************************************************

* `Documentation `_

* `Source `_

* `API Reference `_

.. inclusion-marker-links-end

.. inclusion-marker-license-start

**************************************************************************
License
**************************************************************************

This project is licensed under the MIT License - see the `LICENSE.txt `_ file for details.

.. inclusion-marker-license-end