Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
shaileshahuja committed Jul 22, 2017
1 parent ccdcfa7 commit e1c8300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
@@ -1,6 +1,6 @@
django-bot
==========
A django library that makes it easier to develop bots with a common interface for messaging platforms (eg. Slack, FB messenger) and natural langauge parsers (eg. api.ai).
A django library that makes it easier to develop bots with a common interface for messaging platforms (eg. Slack, FB messenger) and natural language parsers (eg. api.ai).

.. image:: https://travis-ci.org/shaileshahuja/django-bot.svg?branch=develop
:target: https://travis-ci.org/shaileshahuja/django-bot
Expand All @@ -9,7 +9,7 @@ A django library that makes it easier to develop bots with a common interface fo

Overview
========
BETA version: Currently django-bot only supports Slack and api.ai. Future plans include supporting more messaging platforms (Facebook Messenger, Telegram, Kik, Google assistant, Cortana, Skype, Alexa), and more natural langauge parsers (AWS Lex, wit.ai).
BETA version: Currently django-bot only supports Slack and api.ai. Future plans include supporting more messaging platforms (Facebook Messenger, Telegram, Kik, Google assistant, Cortana, Skype, Alexa), and more natural language parsers (AWS Lex, wit.ai).

This library helps to maintain authenticated users and groups in the database and allows you to respond to any messages as well as initiate conversations with any of those.

Expand Down

0 comments on commit e1c8300

Please sign in to comment.