You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translate 'storage-cleaner' function from .NET to Python๐ฑโ๐
We use Appwrite Cloud Functions demos as a good way to show how Cloud Functions can be used with Appwrite, and also as a good starting point for developers wanting to write their new functions.
Help us translate the cloud function 'storage-cleaner' from .NET to Python ๐ป
Requirements ๐
For testing your code, you need a running Appwrite instance with cloud functions enabled. Youโll need to setup Appwrite from source using the 0.7.x branch and Docker. ๐ณ
Clone the appwrite/appwrite0.7.x branch. More instruction about how to start your Appwrite server from source are available here. ๐ป
โจIf this is your first PR for Appwrite, it is best to read some of our contributions guidelines.โจ โฅ
โจFor each target language we provide with a template for starting a new function. For Python you can use this template as your starting point. ๐
Translate 'storage-cleaner' function from .NET to Python๐ฑโ๐
We use Appwrite Cloud Functions demos as a good way to show how Cloud Functions can be used with Appwrite, and also as a good starting point for developers wanting to write their new functions.
Help us translate the cloud function 'storage-cleaner' from .NET to Python ๐ป
Requirements ๐
For testing your code, you need a running Appwrite instance with cloud functions enabled. Youโll need to setup Appwrite from source using the
0.7.xbranch and Docker. ๐ณClone the appwrite/appwrite
0.7.xbranch. More instruction about how to start your Appwrite server from source are available here. ๐ปโจIf this is your first PR for Appwrite, it is best to read some of our contributions guidelines.โจ โฅ
โจFor each target language we provide with a template for starting a new function. For Python you can use this template as your starting point. ๐