diff --git a/README.rst b/README.rst index bf978c9..73cc53a 100644 --- a/README.rst +++ b/README.rst @@ -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 =======