Metadata-Version: 2.1
Name: fb-me
Version: 0.0.0
Summary: A modern, easy to use, feature-rich ready API wrapper for Facebook Messenger written in Python
Home-page: https://github.com/leandcesar/fb_me
Author: Leandro César Cassimiro
Author-email: ccleandroc@gmail.com
License: MIT license
Keywords: facebook messenger
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: dacite (==1.6.0)
Requires-Dist: requests (==2.28.1)

=====
fb_me
=====

A modern, easy to use, feature-rich ready API wrapper for `Facebook Messenger`_ written in Python.


* Documentation: https://leandcesar.github.io/fb_me/
* GitHub: https://github.com/leandcesar/fb_me/
* PyPI: https://pypi.org/project/fb_me/
* Free and open source software: MIT license


Features
--------

* TODO

Installing
----------

Stable release
~~~~~~~~~~~~~~

To install fb_me, run this command in your terminal:

.. code-block:: console

    $ pip install fb_me

This is the preferred method to install fb_me, as it will always install the most recent stable release.

If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.

From sources
~~~~~~~~~~~~

The sources for fb_me can be downloaded from the `Github repo`_.

You can either clone the public repository:

.. code-block:: console

    $ git clone git://github.com/leandcesar/fb_me

Or download the `tarball`_:

.. code-block:: console

    $ curl -OJL https://github.com/leandcesar/fb_me/tarball/master

Once you have a copy of the source, you can install it with:

.. code-block:: console

    $ python setup.py install

Useful Links
------------

* `Try It - Send a Message with Messenger Platform`_

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.


.. _`Facebook Messenger`: https://developers.facebook.com/docs/messenger-platform
.. _`pip`: https://pip.pypa.io
.. _`Python installation guide`: http://docs.python-guide.org/en/latest/starting/installation/
.. _`Github repo`: https://github.com/leandcesar/fb_me
.. _`tarball`: https://github.com/leandcesar/fb_me/tarball/master
.. _`Try It - Send a Message with Messenger Platform`: https://developers.facebook.com/docs/messenger-platform/get-started
.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======


