Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 296 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 296 Bytes

Botlytics package

Installation

$ pip install botlytics

Usage

from botlytics import bot

API_KEY = 'xxxxxxx' # insert your API key here
bot.send_request(API_KEY, 'text', 'incoming', 'conversation_name')

API Documentation

http://botlytics.api-docs.io/