This is an unofficial, simple library to provide basic communication with Facebooks Messenger API: https://developers.facebook.com/docs/messenger-platform/introduction
- Send & receive messages
- Support for Buttons and QuickReplies
- Support for images
python -m pip install simple-fbmessenger
Examples can be found in examples/. Documentation is not yet provided, interfaces may change between releases as it is still in development.
It is currently work in progress, PRs are more than welcome!
Uses:
- aiohttp, Apache Software License (Apache 2)