Registration for the Nextcloud
-
Install dependencies:
pip install -r requirements.txt
-
Run tests:
IWI_API_USERNAME=[USERNAME] -e IWI_API_PASSWORD=[PASSWORD] python3 ./cgi-bin/iwi-python-test
- Run tests in Docker:
docker build -t iwi-python-test ./cgi-bin && docker run --rm -e IWI_API_USERNAME=[USERNAME] -e IWI_API_PASSWORD=[PASSWORD] iwi-python-test
- Run tests in Docker:
- To use these scripts you need a parameters.py. You find an example in the cgi directory.
- Copy, rename, fill and upload - it's done
Have fun.