Updated README
This commit is contained in:
16
README.rst
16
README.rst
@@ -94,6 +94,22 @@ Example Echobot
|
|||||||
bot.listen()
|
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
|
Authors
|
||||||
=======
|
=======
|
||||||
|
Reference in New Issue
Block a user