Messenger-Bot-Library
Messenger-Bot-Library copied to clipboard
A python package that helps you to create payload for facebook messenger bot.
Messenger Bot Library 
Messenger Bot Library (formerly known as bizarro) is a python library for Facebook Messenger Bot. Its basic task is to help developers creating payloads for Facebook Messenger Bot. Facebook has different templates and buttons for its Messenger Platform. However, it's extremely tedious to write payload every time. This library is here to help you build a bot without worrying about the payload. All you need to do is send the necessary inputs and this library will return the appropriate payload for you.
How to Install
It's a PyPI package.
pip install messenger-bot-library
Current support
Right now, bizarro has support for the following
- Echo Back (Simple text reply)
- Quick Reply
- Typing On
- Marked Seen
- Button
- Postback Button
- Url Button
- Call Button
- Template
- Button Template
- Generic Template
- ~~List Template~~ (List Template was deprecated on July 29, 2019)
Attachment sending is not enabled in any other buttons or template right now. They will be rolled out in upcoming versions.