This repository facilitates direct communication with AppWrite through APIs, helping to prevent human errors.
- sys
- os
- AppWrite
- 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