Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Feature: Add WhatsApp with Vonage for Python #207

Closed
6 tasks
gewenyu99 opened this issue Oct 1, 2023 · 9 comments · Fixed by #213
Closed
6 tasks

🚀 Feature: Add WhatsApp with Vonage for Python #207

gewenyu99 opened this issue Oct 1, 2023 · 9 comments · Fixed by #213
Assignees
Labels
hacktoberfest Issues for Hacktoberfest 2023

Comments

@gewenyu99
Copy link

Appwrite Functions allow you to extend and customize your Appwrite server functionality by executing your custom code. 🤩 You can learn more at our official Appwrite Functions docs.

Your task is to implement the WhatsApp with Vonage function in Python. You can look at the existing Appwrite Functions Templates in another coding language.

Your function should behave and be implemented similarly to existing WhatsApp with Vonage Node.js template.

Tasks summary:

  • Fork & clone Appwrite's templates repository
  • Create a branch feat-implement-whatsapp-with-vonage-python
  • Write code for the function in folder python/whatsapp_with_vonage/.
  • Test the function using Appwrite, provide a video.
  • Write a README.md explaining what the function does, how to use it, and customize it. Here is an example.
  • Submit a pull request to our templates repository

If you need any help, contact us on our Discord server.

Are you ready to work on this issue? 🤔 Let us know, and we will assign it to you 😊

Happy Appwriting!

@gewenyu99 gewenyu99 added the hacktoberfest Issues for Hacktoberfest 2023 label Oct 1, 2023
@probablyArth
Copy link
Contributor

I'd like to work on this issue, please assign!

@Haimantika
Copy link

Haimantika commented Oct 1, 2023

I'd like to work on this issue, please assign!

Hi @probablyArth have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! Happy Hacktoberfest 🎃

Notes:

  1. Please update us with your progress every 3 days, so that we know that you are working on it.
  2. Join us on Discord - https://appwrite.io/discord to chat about Hacktoberfest and Appwrite!

@dhaneshragu
Copy link

Can u pls assign this to me

@Haimantika
Copy link

Can u pls assign this to me

Hi, we assign issues on first-come first-serve basis. If Arth is unresponsive, we will assign it to you.

@probablyArth
Copy link
Contributor

While working on this issue I discovered that the configuration for the nodeJS whatsapp-with-vonage template is wrong.
The function is looking for VONAGE_ACCOUNT_SECRET and VONAGE_SIGNATURE_SECRET rather VONAGE_API_SECRET and VONAGE_API_SIGNATURE_SECRET are being prompted in the template

image

@probablyArth
Copy link
Contributor

While working on this issue I discovered that the configuration for the nodeJS whatsapp-with-vonage template is wrong. The function is looking for VONAGE_ACCOUNT_SECRET and VONAGE_SIGNATURE_SECRET rather VONAGE_API_SECRET and VONAGE_API_SIGNATURE_SECRET are being prompted in the template

image

There seem to be more issues with it, the function is receiving the webhook payload but not responding.

@gewenyu99
Copy link
Author

@loks0n @Meldiron 👀

@loks0n
Copy link
Member

loks0n commented Oct 3, 2023

While working on this issue I discovered that the configuration for the nodeJS whatsapp-with-vonage template is wrong. The function is looking for VONAGE_ACCOUNT_SECRET and VONAGE_SIGNATURE_SECRET rather VONAGE_API_SECRET and VONAGE_API_SIGNATURE_SECRET are being prompted in the template

image

Good spot! This is fixed now.

There seem to be more issues with it, the function is receiving the webhook payload but not responding.

Are you able to provide logs?

@probablyArth
Copy link
Contributor

While working on this issue I discovered that the configuration for the nodeJS whatsapp-with-vonage template is wrong. The function is looking for VONAGE_ACCOUNT_SECRET and VONAGE_SIGNATURE_SECRET rather VONAGE_API_SECRET and VONAGE_API_SIGNATURE_SECRET are being prompted in the template
image

Good spot! This is fixed now.

There seem to be more issues with it, the function is receiving the webhook payload but not responding.

Are you able to provide logs?

No there were no logs and I didn't add any myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues for Hacktoberfest 2023
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants