Metadata-Version: 2.4
Name: fritzprofiles
Version: 0.6.1
Summary: A tool to switch the online time of profiles in the AVM Fritz!Box
Home-page: https://github.com/AaronDavidSchneider/fritzprofiles
Author: Aaron David Schneider
Author-email: aaron.david.schneider@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: requests
Requires-Dist: lxml
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# fritzprofiles
A tool to switch the online time of profiles in the AVM Fritz!Box.

Can be used as a python package or with the supplied commandlinetool `fritzprofiles`.

Example usage (from command line):
```bash
fritzprofiles --user <user> --password <password> --url 192.168.178.1 --get_state --profile Gesperrt --set_state unlimited
```

You can retrieve a list of all profiles by using (`--get_all`):
```bash
fritzprofiles --user <user> --password <password> --url 192.168.178.1 --get_all
```

Modified from https://github.com/flopp/fritz-switch-profiles
