Skip to main content

A framework for creating stateful chatbots on Django.

Project description

Botshot chatbot framework

PyPI PyPI - Status PyPI - Python Version GitHub last commit Read the Docs GitHub

Botshot is a Python/Django framework for building stateful chatbots and conversational interfaces.

With Botshot, you can build complex chatbots that remember past conversations.

Botshot can:

  • Receive messages from Messenger, Telegram or Amazon Alexa (more platforms coming soon)
  • Understand these messages using your favorite NLU service
    • e.g. "Show me the best concert" -> intent: recommend, query: concert
  • Keep track of the history of the conversation (context)
  • Move between different states of the conversation based on the context
  • Send messages and media back to the user

Getting started

Just install the package and run our bots init script.

pip3 install botshot
bots init my_bot && cd my_bot
bots start

That's it! Now open http://localhost:8000/chat and chat with your bot.

You may also want to add some actual content, so check the docs ;-)

Docs

It's quite easy to get started!

Find out how to make your own bot in the Docs.

Questions? Join us on Slack!

Authors

License

This project is dual licensed. You may only use Botshot for open-source projects under the AGPL license. If you'd like to use Botshot for commercial projects, please contact us for a commercial license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

botshot-0.1.3-py3-none-any.whl (260.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page