Welcome to Chatfirst Python Client’s documentation!

Chatfirst Python Client provides simple interface to Chatfirst API

Installation

pip install chatfirst

Quickstart

#!/usr/bin/env python

from chatfirst.client import Chatfirst

client = Chatfirst(your_chatfirst_user_token)
my_bots = client.bots_list()

Get the code

The source is available on Github.

Indices and tables