Metadata-Version: 2.1
Name: speedport-api
Version: 0.2.1
Summary: Control Telekom Speedport routers with Python
Home-page: https://github.com/Andre0512/speedport-api
Author: Andre Basche
License: MIT
Platform: any
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

**This python package is unofficial and is not related in any way to Telekom. It was developed by reversed engineered http requests and can stop working at anytime!**
  
# Speedport-API
Control Telekom Speedport routers with Python!
### Supported Devices
* Speedport Smart 4
### Installation
```commandline
pip install speedport-api
```
## Commandline tool
With this shipped commandline tool can a speedport in your network be controlled.
#### Turn wifi off
```commandline
$ speedport wifi off
Turn off wifi...
```
#### Turn guest wifi on
```commandline
$ speedport guest-wifi on
Turn off guest wifi...
```
#### Reconnect for new ip address
```commandline
$ speedport reconnect
123.45.67.89 / 5403:f3:35aa:12f:7287:41cf:fb1c:3c83
Reconnect with internet provider...
123.45.67.12 / 5403:f3:35fe:12f:7287:41cf:fb1c:3c83
```
#### Enable wps connect
```commandline
$ speedport wps
Enable wps connect...
wpc connect enabled for 113s...
```
## Library
