Updated README

This commit is contained in:
Mads Marquart
2017-02-06 15:32:22 +01:00
parent f7fd5b4be5
commit d712497a8a

View File

@@ -94,6 +94,22 @@ Example Echobot
bot.listen()
Saving session
==========================
.. code-block:: python
client.saveSession(sessionfile)
Saving session
==========================
.. code-block:: python
client = fbchat.Client(None, None, do_login=False)
client.loadSession(sessionfile)
Authors
=======