Metadata-Version: 2.1
Name: sensebook
Version: 0.1.0
Summary: Making sense of Facebooks undocumented API
Home-page: https://github.com/madsmtm/sensebook/
Author: Mads Marquart
Author-email: madsmtm@gmail.com
License: BSD 3-Clause
Project-URL: Repository, https://github.com/madsmtm/sensebook/
Description: # SenseBook
        Making sense of Facebooks undocumented API
        
        [![License](https://img.shields.io/pypi/l/sensebook.svg)](https://github.com/madsmtm/sensebook/blob/master/LICENSE.txt)
        ![Supported Python Versions](https://img.shields.io/pypi/pyversions/sensebook.svg)
        ![Implementation](https://img.shields.io/pypi/implementation/sensebook.svg)
        ![Project Status](https://img.shields.io/pypi/status/sensebook.svg)
        [![Version](https://img.shields.io/pypi/v/sensebook.svg)](https://pypi.org/project/sensebook/)
        
        This project attempts to document Facebooks undocumented API, so that libraries
        can interact with Facebook in the same way the browser does. The main focus is
        Facebooks Messenger, and enabling users to send and recieve messages.
        
        The documentation mostly exists in the form of a
        [Sans-IO](https://sans-io.readthedocs.io/) Python implementation, so this
        project on its own isn't useful to the vast majorty, if you just want a plug n'
        play library, see [fbchat](https://github.com/carpedm20/fbchat).
        
        Note: This project is not affiliated with Facebook, Inc. or any of that stuff,
        and I'll have to comply if I recieve a takedown notice.
        
        
        ## Installation
        ```sh
        python -m pip install -U sensebook
        ```
        
        
        ## License
        BSD 3-Clause, see `LICENSE.txt`
        
        
        ## Code of Conduct
        This project follows the Contributor Covenant Code of Conduct, see
        `CODE_OF_CONDUCT.txt`. Note, however, that I'm far from an expert in this area,
        so feel free to reach out to me if I've offended anybody or made a mistake.
        Open Source should be for everyone!
        
Keywords: Facebook FB Messenger Library Documentation Sans-IO
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
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 :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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 :: Documentation
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.5, <4.0
Description-Content-Type: text/markdown
Provides-Extra: dev
