Metadata-Version: 1.1
Name: fbchat
Version: 0.2.0
Summary: Facebook Chat (Messenger) for Python
Home-page: https://github.com/carpedm20/fbchat/
Author: Taehoon Kim
Author-email: carpedm20@gmail.com
License: BSD License
Description: ======
        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
        ============
        
        Simple:
        
        .. code-block:: console
        
            $ pip install fbchat
        
        
        Example
        =======
        
        .. code-block:: console
        
            import fbchat
        
            client = fbchat.Client("YOUR_ID", "YOUR_PASSWORD")
        
        
        Authors
        =======
        
        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
