Skip to content

This repository allows for direct communication with AppWrite via its API

Notifications You must be signed in to change notification settings

hvaandres/appwrite_automation

Repository files navigation

AppWrite_Automation

This repository facilitates direct communication with AppWrite through APIs, helping to prevent human errors.

Technologies that we used for this:

  • sys
  • os
  • AppWrite

To start working with this, you will need to do the following:

  • Create a python environment & Activate the Environment
python3 -m venv env
source env/bin/activate 
  • Install App Write:
pip3 install appwrite
  • Add an .env file with the following keys:
APPWRITE_API_KEY
APPWRITE_PROJECT_ID
APPWRITE_ENDPOINT

About

This repository allows for direct communication with AppWrite via its API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages