Welcome to Rasahub’s documentation!¶
Rasahub provides an message interface to connect user interfaces with chatbots and several, data-providing services. Therefore it uses a plugin model.
Currently there are following plugins available:
- Rasahub-Rasa to send and get messages to and from Rasa_Core .
- Rasahub-Humhub to read and save messages from and to Humhub Mail .
- Rasahub-Google-Calendar to retrieve and save calendar entries from and to Google Calendar.
- Rasahub-Debug to send and receive messages to and from a socket debugger called Rasahub-Debug-Client .
These plugins are available as source and also as pypi packages:
- Rasahub: pip install rasahub
- Rasahub-Rasa: pip install rasahub-rasa
- Rasahub-Humhub: pip install rasahub-humhub
- Rasahub-Google-Calendar: pip install rasahub-google-calendar
- Rasahub-Debug: pip install rasahub-debug
- Rasahub-Debug-Client: pip install rasahub-debug-client
Contents:
- License: MIT
- PyPi - package installation