pymessenger2
pymessenger2 copied to clipboard
A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
Hi guys, as I told you some months ago, i had to deploy some chatbots. I have used your Bot and customized it for my needs I have created two...
TypeError: is not JSON serializable
key: expected bytes or bytearray, but got 'str' Env: Python 3.5, 3.6
I have created bot but it is only able to read message from my user id but not from others. Is there anything I need to add in code to...
I have multiple elements to send as Carousel of multiple elements, I am iterating the rows of my database to get the elements title, image and url. How it will...
Thread id starts with t_ and the field changes from 'id' to 'thread_key'
Does anyone mind if we do that?
Hello, I'm having a problem by trying to run the avaliable example of the echo-bot. I'm recieving the following error by running it: > TypeError: is not JSON serializable Ngrok...
Would it be possible to add support for a send_quick replies button? Seems like someone made a pull request to add it on the pymessenger [page](https://github.com/davidchua/pymessenger/pull/35/files).
It could be nice to add support for the new share [button](https://developers.facebook.com/docs/messenger-platform/send-api-reference/share-button) within the generic templates. I think the main difference is the request should be made to ""https://graph.facebook.com/me/messages?access_token=PAGE_ACCESS_TOKEN".