Metadata-Version: 2.1
Name: JethroNatividad_fbchat
Version: 1.9.7
Summary: Facebook Chat (Messenger) for Python
Home-page: https://github.com/JethroNatividad/fbchat/
License: BSD 3-Clause
Keywords: Facebook FB Messenger Library Chat Api Bot
Author: Jethro Natividad
Author-email: natividad.jet@gmail.com
Maintainer: Jethro Natividad
Maintainer-email: natividad.jet@gmail.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4.0
Description-Content-Type: text/x-rst
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aenum~=2.0
Requires-Dist: attrs>=18.2
Requires-Dist: requests~=2.19
Requires-Dist: beautifulsoup4~=4.0
Requires-Dist: paho-mqtt~=1.5
Requires-Dist: sphinx~=2.0 ; extra == "docs"
Requires-Dist: sphinxcontrib-spelling~=4.0 ; extra == "docs"
Requires-Dist: black ; extra == "lint"
Requires-Dist: pytest~=4.0 ; extra == "test"
Requires-Dist: six~=1.0 ; extra == "test"
Requires-Dist: bump2version~=0.5.0 ; extra == "tools"
Project-URL: Documentation, https://YourUsername.github.io/fbchat/
Project-URL: Repository, https://github.com/YourUsername/fbchat/
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: test
Provides-Extra: tools

``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=latest
    :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 if you have ``pip>=19.0``:

.. code-block::

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


Maintainer
----------

- Mads Marquart / `@madsmtm <https://github.com/madsmtm>`__
- Taehoon Kim / `@carpedm20 <http://carpedm20.github.io/about/>`__

