davidchua / pymessenger

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

how to use set_get_started method? #78

Open AmrMahmoud12 opened 4 years ago

AmrMahmoud12 commented 4 years ago

I am trying to invoke a greeting message once the user open the massenger , I see that set_get_started is present but I can't see it when I write bot.set_get_started it gives error so how can I use to to invoke greeting text?

AndrewYinLi commented 4 years ago

I had the same issue; I think set_get_started is a more recent update and I don't think the current version of pymessenger is on pip. You're going to want to clone the current repo and build from source.

madewithkode commented 4 years ago

Hi @AmrMahmoud12 , @AndrewYinLi is correct, the update seems yet to be reflected on the pip version. Would need to speak to @davidchua about this. Meanwhile, you could go ahead and build from source as he rightly suggested.