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.
2015-04-20 18:17:45 +09:00
2015-04-20 18:17:45 +09: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-04-20 18:17:45 +09:00
2015-04-19 02:52:16 +09:00

======
fbchat
======

.. image:: https://pypip.in/v/fbchat/badge.png?style=flat
    :target: https://pypi.python.org/pypi/fbchat

.. image:: https://pypip.in/d/fbchat/badge.png?style=flat
    :target: https://pypi.python.org/pypi/fbchat

.. image:: https://pypip.in/status/fbchat/badge.svg?style=flat
    :target: https://pypi.python.org/pypi/fbchat

.. image:: https://pypip.in/license/fbchat/badge.svg?style=flat
    :target: https://pypi.python.org/pypi/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
============

To install fbchat, simply: 

.. code-block:: console

    $ pip install fbchat

Or, you can use:

.. code-block:: console

    $ pip install fbchat

Or, you can also install manually:

.. code-block:: console

    $ git clone git://github.com/carpedm20/fbchat.git
    $ cd fbchat
    $ python setup.py install


Echo bot example
================

.. code-block:: console

    import fbchat

    client = fbchat.Client("YOUR_ID", "YOUR_PASSWORD")
    for op in client.listen():
         client.sendMessage(op.message, op.sender)


Authors
=======

Taehoon Kim / `@carpedm20 <http://carpedm20.github.io/about/>`__
Description
Fork - Facebook Chat (Messenger) for Python
Readme 3.5 MiB
Languages
Python 100%