3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"esbonio.sphinx.confDir": ""
|
||||
"esbonio.sphinx.confDir": "",
|
||||
"python.formatting.provider": "autopep8"
|
||||
}
|
||||
|
12
README.rst
12
README.rst
@@ -41,18 +41,6 @@ Installation
|
||||
$ pip install git+https://git.karaolidis.com/Nikas36/fbchat.git
|
||||
|
||||
|
||||
Example Usage
|
||||
-------------
|
||||
|
||||
.. code-block::
|
||||
|
||||
import getpass
|
||||
import fbchat
|
||||
session = fbchat.Session.login("<email/phone number>", getpass.getpass())
|
||||
user = fbchat.User(session=session, id=session._user_id)
|
||||
user.send_text("Test message!")
|
||||
|
||||
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
|
Reference in New Issue
Block a user