Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 532 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 532 Bytes

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