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.
Mads Marquart 98056e91c5 Split models.py into several files (#398)
* Move exception models into separate file
* Move thread model into separate file
* Move user model into separate file
* Move group and room models into separate file
* Move page model into separate file
* Move message model into separate file
* Move basic attachment models into separate file
* Move sticker model into separate file
* Move location models into separate file
* Move file attachment models into separate file
* Move mention model to reside with message model
* Move quick reply models into separate file
* Move poll models into separate file
* Move plan model into separate file
* Move active status model to reside with user model
* Move core enum model into separate file
* Move thread-related enums to reside with thread model
* Move typingstatus model to reside with user model
* Move emojisize and reaction enums to reside wtih message model
2019-02-24 20:06:59 +01:00
2019-01-31 20:55:22 +01:00
2019-01-31 20:55:22 +01:00
2019-01-31 20:55:22 +01:00
2019-02-24 02:17:03 +01:00
2019-01-31 21:00:17 +01:00

fbchat: Facebook Chat (Messenger) for Python
============================================

.. image:: https://img.shields.io/badge/license-BSD-blue.svg
    :target: https://github.com/carpedm20/fbchat/tree/master/LICENSE
    :alt: License: BSD 3-Clause

.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6%203.7%20pypy-blue.svg
    :target: https://pypi.python.org/pypi/fbchat
    :alt: Supported python versions: 2.7, 3.4, 3.5, 3.6, 3.7 and pypy

.. image:: https://readthedocs.org/projects/fbchat/badge/?version=master
    :target: https://fbchat.readthedocs.io
    :alt: Documentation

.. image:: https://travis-ci.org/carpedm20/fbchat.svg?branch=master
    :target: https://travis-ci.org/carpedm20/fbchat
    :alt: Travis CI

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black
    :alt: Code style

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 `Read the Docs <https://fbchat.readthedocs.io>`__ to see the full documentation,
or jump right into the code by viewing the `examples <https://github.com/carpedm20/fbchat/tree/master/examples>`__

Installation:

.. code-block::

    $ pip install fbchat

You can also install from source, by using `flit`:

.. code-block::

    $ pip install flit
    $ git clone https://github.com/carpedm20/fbchat.git
    $ cd fbchat
    $ flit install


Maintainer
----------

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