Coder Social home page Coder Social logo

Botshot Chatbot Framework

CodeFactor PyPI PyPI - Status PyPI - Python Version 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 and parse messages using a NLU service
    • e.g. "Show me the best concert" -> intent: recommend, query: concert
  • Manage the dialogue and move between the conversation's states
  • Keep track of the context and history of the conversation
  • Send messages and media back to the user
  • Send proactive messages and notifications
  • Connect to 3rd party APIs and analytics

Getting started

Just install the package and run the bots script. You will also need the Redis database.

sudo apt install redis-server
pip3 install botshot
bots init my_bot && cd my_bot
bots start

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

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

Docs

Find out how to make your own chatbot 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.

Botshot's Projects

botshot icon botshot

A chatbot framework for python developers. Batteries included 🔋🔋

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.