Go to file
2025-02-06 13:49:07 +00:00
devices.py Upload files to "/" 2025-02-06 13:44:19 +00:00
README.md Update README.md 2025-02-06 13:49:07 +00:00

python3 -m venv venv

source venv/bin/activate

pip install requests

python3 devices.py view --url http://rustdesk.poloinformatico.it:21114 --token [TOKEN] --offline_days 60

python3 devices.py disable --url http://rustdesk.poloinformatico.it:21114 --token [TOKEN] --offline_days 60

python3 devices.py delete --url http://rustdesk.poloinformatico.it:21114 --token [TOKEN] --offline_days 60