Metadata-Version: 1.1
Name: fbchat
Version: 1.1.2
Summary: Facebook Chat (Messenger) for Python
Home-page: https://github.com/carpedm20/fbchat/
Author: Taehoon Kim; Moreels Pieter-Jan; Mads Marquart
Author-email: carpedm20@gmail.com
License: BSD License
Description-Content-Type: UNKNOWN
Description: fbchat: Facebook Chat (Messenger) for Python
        ============================================
        
        .. image:: https://img.shields.io/badge/license-BSD-blue.svg
            :target: LICENSE.txt
            :alt: License: BSD
        
        .. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6-blue.svg
            :target: https://pypi.python.org/pypi/fbchat
            :alt: Supported python versions: 2.7, 3.4, 3.5 and 3.6
        
        .. image:: https://readthedocs.org/projects/fbchat/badge/?version=master
            :target: https://fbchat.readthedocs.io
            :alt: Documentation
        
        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 <examples>`__
        
        Installation:
        
        .. code-block:: console
        
            $ pip install fbchat
        
        Maintainer
        ----------
        
        - Mads Marquart / `@madsmtm <https://github.com/madsmtm>`__
        - Taehoon Kim / `@carpedm20 <http://carpedm20.github.io/about/>`__
Keywords: facebook chat fbchat
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Communications :: Chat
