davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 185 forks source link

Add `set_greeting` binding for specifying greeting #77

Closed AndrewYinLi closed 4 years ago

AndrewYinLi commented 4 years ago

I added a set_greeting binding for specifying the greeting text for chatbots. Has been tested and I feel that this is an essential feature that is missing.

charlesjkwanin commented 4 years ago

+1 would love to see implemented.

AndrewYinLi commented 4 years ago

Realized a redundancy in implementation, set_get_greeting could be used instead but with a different JSON payload