Open revonsio opened 6 months ago
@revonsio
You can just create a folder called connectors and put the whatsapp.py file in there. Then in your credentials.py you say:
connectors.whatsapp.WhatsAppInput: auth_token: <auth_token> phone_number_id: <phone_number_id> verify_token: <verify_token>
Thats whats worked for me.
Let me know if it does for you.
Good luck :)
Hi everyone! I know this topic has been discussed twice on this repository. I have followed the related steps on those issues but I find it different. Someone said that I have to move the whatsapp.py file to rasa/core/channels and also add 'whatsapp' class into rasa/core/channel/init.py. The problem is I cannot find the specific folder related to that. Any help is welcome because I have to finish it for my final year project, thanks all :)