$ pip install botlytics
from botlytics import bot
API_KEY = 'xxxxxxx' # insert your API key here
bot.send_request(API_KEY, 'text', 'incoming', 'conversation_name')
$ pip install botlytics
from botlytics import bot
API_KEY = 'xxxxxxx' # insert your API key here
bot.send_request(API_KEY, 'text', 'incoming', 'conversation_name')