Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 910 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 910 Bytes

LiveboxInfo

Overview

Get Orange Livebox information from commandline, such as ip, link status, and more.

Run python3 liveboxinfo.py --help to get a short help.

Livebox credentials must be provided, either from the credentials file or using --credentials argument, as a tuple (<login>,<password>) or a mapping {login:<login>, password:<password>}.

If you encounter any bug , please open an issue.

Dependencies

Python 3.10 or higher is required. The script also relies on the requests library. Run pip install requests to install it.

License

This repository and its content are licensed under the EUPL-1.2-or-later. Orange and Livebox are Orange trademarks. I am not affiliated with Orange in any way.

Credits

Requests scheme is based on work published on forum-orange.com by shdf.