35 lines
551 B
ReStructuredText
35 lines
551 B
ReStructuredText
======
|
|
fbchat
|
|
======
|
|
|
|
|
|
Facebook Chat (`Messenger <https://www.messenger.com/>`__) for Python. This project was inspired by `facebook-chat-api <https://github.com/Schmavery/facebook-chat-api>`__.
|
|
|
|
**No XMPP or API key is needed**. Just use your ID and PASSWORD.
|
|
|
|
|
|
Installation
|
|
============
|
|
|
|
Simple:
|
|
|
|
.. code-block:: console
|
|
|
|
$ pip install fbchat
|
|
|
|
|
|
Example
|
|
=======
|
|
|
|
.. code-block:: console
|
|
|
|
import fbchat
|
|
|
|
client = fbchat.Client("YOUR_ID", "YOUR_PASSWORD")
|
|
|
|
|
|
Authors
|
|
=======
|
|
|
|
Taehoon Kim / `@carpedm20 <http://carpedm20.github.io/about/>`__
|