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
- Host: GitHub
- URL: https://github.com/hvaandres/appwrite_automation
- Owner: hvaandres
- Created: 2024-07-06T04:59:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T02:52:34.000Z (about 1 year ago)
- Last Synced: 2025-06-18T12:14:27.717Z (7 months ago)
- Topics: api, api-automation, appwrite-database
- Language: Python
- Homepage:
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```