Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

timmo001/python-homepanelapi

Repository files navigation

homepanelapi Build Status

Python Package for Home Panel's API.

Install

Installation Requires Python version 3.6+

pip install homepanelapi

Example

homepanelapi --host localhost --port 8234 --username username --password password --page Home --card Image --command expand

CLI options

param alias description
--host -h Home Panel's Hostname.
--port -P The Home Panel Port.
--ssl -s Use ssl?
--username -u Your Home Panel Username.
--password -p Your Home Panel Password.
--endpoint -e The path after the host and port.
--data -d Data to send.