From d712497a8a6e329ad5a83884f9f104cbccba946a Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Mon, 6 Feb 2017 15:32:22 +0100 Subject: [PATCH] Updated README --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 =======