27 lines
880 B
ReStructuredText
27 lines
880 B
ReStructuredText
fbchat: Facebook Chat (Messenger) for Python
|
|
============================================
|
|
|
|
.. image:: docs/_static/license.svg
|
|
:target: LICENSE.txt
|
|
:alt: License: BSD
|
|
|
|
.. image:: docs/_static/python-versions.svg
|
|
:target: https://pypi.python.org/pypi/fbchat
|
|
:alt: Supported python versions: 2.7, 3.4, 3.5 and 3.6
|
|
|
|
Facebook Chat (`Messenger <https://www.facebook.com/messages/>`__) 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 email and password.
|
|
|
|
Go to `ReadTheDocs <https://fbchat.readthedocs.com>`__ to see the full documentation,
|
|
or jump right into the code by viewing the `examples`_
|
|
|
|
Installation:
|
|
|
|
.. code-block:: console
|
|
|
|
$ pip install fbchat
|
|
|
|
© Copyright 2015 - 2017 by Taehoon Kim / `@carpedm20 <http://carpedm20.github.io/about/>`__
|