FRITZ!Box Zugriff/Programmierung etc.: Unterschied zwischen den Versionen
Aus www.electronic-man.randschtoischlotzer.de
Eman (Diskussion | Beiträge) |
Eman (Diskussion | Beiträge) (→Python-API) |
||
Zeile 15: | Zeile 15: | ||
* installieren: | * installieren: | ||
− | pip install fritzconnection | + | pip install fritzconnection --user |
*entpacken: | *entpacken: | ||
wget https://bitbucket.org/kbr/fritzconnection/get/1ed523fa622a.zip | wget https://bitbucket.org/kbr/fritzconnection/get/1ed523fa622a.zip |
Version vom 3. Januar 2019, 15:05 Uhr
Python-API
- Abhängigkeiten installieren (z. B. auf RaspberryPi):
sudo apt install python-setuptools sudo apt install python3-lxml python-lxml sudo apt install python3-requests python-requests sudo apt install python-3-pip
Hinweis: es funktioniert evtl. auch die Installation per:
pip install lxml requests
evtl. auch mit:
pip install lxml requests --user
- installieren:
pip install fritzconnection --user
- entpacken:
wget https://bitbucket.org/kbr/fritzconnection/get/1ed523fa622a.zip