open-runtimes / examples

Function examples for open-runtimes
MIT License
72 stars 123 forks source link

Feat 4037 pull request to write a sendmessage funcion using .net #176

Open Oluwafemisire opened 1 year ago

Oluwafemisire commented 1 year ago

Description

This pull request introduces the sendmessage function to the openruntimes/examples repository using the .NET framework. The goal is to provide users and developers with a customizable cloud function that helps send messages via email, sms, discord or twitter. This function further expands the openruntimes/examples repository.

Issue

Functionality created

This function enables users send message to various channels namely, email, twitter, discord, and sms.

Additional notes

The send twitter functionality makes use of a library that is association with the twitter v1.1 api endpoints. This would mean for a tweet to be sent the user needs certain access(via a paid subscription).

Screenshots

Screenshot 2023-08-17 012252 Screenshot 2023-08-17 012354 Screenshot 2023-08-17 012511 Screenshot 2023-08-17 012904

adityaoberai commented 1 year ago

The function itself looks fine to me.

However, it is meant for the older version of Open Runtimes. @gewenyu99 would it be better to make this for the new runtimes?

gewenyu99 commented 1 year ago

The function itself looks fine to me.

However, it is meant for the older version of Open Runtimes. @gewenyu99 would it be better to make this for the new runtimes?

This repo is the old runtime repo. We can keep for legacy purposes. We'll find a way to deprecate this repo in the future, up to @Meldiron .

Oluwafemisire commented 1 year ago

Hello @adityaoberai. I have made the requested changes. Thank you.

gyamposudodzi commented 9 months ago

@adityaoberai @gewenyu99 Please what is left of this project.

gewenyu99 commented 9 months ago

@gyamposudodzi We actually don't use this repo, or legacy V2 functions anymore.

Appwrite functions V3 has new syntax and new runtimes, so this won't be compatible with the new functions.

We really appreciate your contribution ❤️ We're sorry about the deprecation.