From 290a4f2f050f2b01c1447687a1d5cb18ee8ec651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6dl?= Date: Thu, 27 Feb 2025 09:50:43 +0000 Subject: [PATCH] smart.py aktualisiert --- smart.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/smart.py b/smart.py index 9a24a36..353ce2a 100644 --- a/smart.py +++ b/smart.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# Prerequisites +# sudo apt install python3-requests python3-bs4 python3-paho-mqtt + import requests, base64 from requests.auth import HTTPDigestAuth from bs4 import BeautifulSoup