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