A module for python developers looking to rapidly build, prototype and publish personalized chatbots
Jeanie is a GPT-J powered virtual girlfriend based on the module
python # 3.6 or higher version
Get your FREE API Key @ https://portal.messengerx.io
# For Linux/MacOS
pip3 install machaao
# For Windows
pip install machaao
machaao start -n <project_name>
cd <project_name>
MESSENGERX_API_TOKEN = "<API_KEY_FROM_PORTAL>"
MESSENGERX_BASE_URL = "https://ganglia.machaao.com" [for development purposes]
# For Linux/MacOS
python3 chatbot.py
# For Windows
python chatbot.py
ngrok http 5000
Update your bot Webhook URL at MessengerX.io Portal with the url provided as shown below to continue development
https://<Your NGROK URL>/machaao/hook
# HappyCoding