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. Contents: --------- .. toctree:: :maxdepth: 2 client models Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`