An open API service indexing awesome lists of open source software.

https://github.com/hvaandres/appwrite_automation

This repository allows for direct communication with AppWrite via its API
https://github.com/hvaandres/appwrite_automation

api api-automation appwrite-database

Last synced: 7 months ago
JSON representation

This repository allows for direct communication with AppWrite via its API

Awesome Lists containing this project

README

          

# 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
```