This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Taehoon Kim 67a059384c Merge pull request #7 from wannaphongcom/master
Fix login and sendMessage
2015-10-16 20:32:37 +09:00
2015-10-16 13:10:35 +07:00
2015-04-18 21:55:56 +09:00
2015-04-18 21:55:56 +09:00
2015-04-18 21:55:56 +09:00
2015-05-05 17:14:01 +09:00
2015-10-16 12:01:00 +07:00

======
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/>`__
Description
Fork - Facebook Chat (Messenger) for Python
Readme 3.5 MiB
Languages
Python 100%