Neurotech-HQ / heyoo

Opensource python wrapper to WhatsApp Cloud API
https://pypi.org/project/heyoo/
MIT License
445 stars 100 forks source link

Make it just like discord.py #65

Open Kishore341507 opened 1 year ago

Kishore341507 commented 1 year ago

why not to make this like discord.py (discord python kit) which make everything more easy to use

Kalebu commented 1 year ago

Hi @Kishore341507

I appreciate your concerns, however, it comes to the API design of WhatsApp Cloud API which uses a concept of verified webhooks to receive a message making it almost impossible to replicate the wrapper to be like [discord py]

filipporomani commented 1 year ago

I'm trying to implement something like that on my fork (SORRY FOR THE LINK!!).

Once i'll finish the implementation and i'll test it out, i'll release a new version and, if @Kalebu wants, I'll create some PR here.

@Kalebu let me know!

filipporomani commented 1 year ago

Opened #87. Basic implementation of app events, in the furute it may become even similar to discord.py.