FRITZ!Box Zugriff/Programmierung etc.: Unterschied zwischen den Versionen

Aus www.electronic-man.randschtoischlotzer.de
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „ *Python-API: [https://bitbucket.org/kbr/fritzconnection/overview] *installieren (z. B. auf RaspberryPi) sudo apt install python-setuptools sudo apt-get ins…“)
 
Zeile 1: Zeile 1:
  
*Python-API:
+
==Python-API==
[https://bitbucket.org/kbr/fritzconnection/overview]
+
[https://bitbucket.org/kbr/fritzconnection/overview Quelle:]
  
*installieren (z. B. auf RaspberryPi)
+
*Abhängigkeiten installieren (z. B. auf RaspberryPi):
 
  sudo apt install python-setuptools
 
  sudo apt install python-setuptools
  sudo apt-get install python3-lxml python-lxml
+
  sudo apt install python3-lxml python-lxml
  sudo apt-get install python3-requests python-requests
+
  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
 +
 +
*entpacken:
 +
wget https://bitbucket.org/kbr/fritzconnection/get/1ed523fa622a.zip

Version vom 3. Januar 2019, 15:04 Uhr

Python-API

Quelle:

  • 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

  • entpacken:
wget https://bitbucket.org/kbr/fritzconnection/get/1ed523fa622a.zip