Metadata-Version: 2.1
Name: fbchat-asyncio
Version: 0.3.1b3
Summary: Facebook Messenger library for Python/Asyncio.
Home-page: https://github.com/tulir/fbchat-asyncio
Author: Tulir Asokan
Author-email: tulir@maunium.net
License: UNKNOWN
Platform: UNKNOWN
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: Topic :: Communications :: Chat
Classifier: Framework :: AsyncIO
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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-Python: ~=3.6
Requires-Dist: aenum
Requires-Dist: aiohttp
Requires-Dist: attrs
Requires-Dist: beautifulsoup4
Requires-Dist: tulir-hbmqtt (>=0.9.6.dev20191123131128)
Requires-Dist: yarl

fbchat-asyncio
==============

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

.. image:: https://img.shields.io/badge/python-3.6%203.7%203.8-blue.svg
    :target: https://pypi.python.org/pypi/fbchat-asyncio
    :alt: Supported python versions: 3.6, 3.7, 3.8

This project is a fork of `carpedm20/fbchat <https://github.com/carpedm20/fbchat>`__ to add asyncio
support. Most of the `upstream documentation <https://fbchat.readthedocs.io>`__ should apply with
the necessary ``async``/``await`` statements added. Also, the `examples <https://github.com/tulir/fbchat-asyncio/tree/master/examples>`__
have been updated to the asyncio version.

Installation:

.. code-block::

    $ pip install fbchat-asyncio

You can also install from source:

.. code-block::

    $ git clone https://github.com/tulir/fbchat-asyncio.git
    $ cd fbchat-asyncio
    $ pip install .


Maintainer
----------

- Tulir Asokan / `@tulir <https://github.com/tulir>`__

Upstream
^^^^^^^^

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


