freeboxos-bash-api
freeboxos-bash-api copied to clipboard
Access FreeboxOS API from bash
Dear Yves This may be the last time I would ask you to merge the project. Here is a stable release, working in 2024 with new Freebox features. Kind regards...
In freebox delta on VM Homeassistant : source ./fbx-delta-nba_bash_api.sh mktemp: Invalid argument ./fbx-delta-nba_bash_api.sh:291: no such file or directory: ./fbx-delta-nba_bash_api.sh:292: command not found: file ERROR: FREEBOX_CA_BUNDLE is not a list of...
Hi, I have a new freebox since the old one has crashed. Now, I try to get a new token for the new freebox, but if I run the line...
May be due to an update of free's API Here's what I get: > $ source ./freeboxos_bash_api.sh > $ authorize_application 'Albi.app' 'AlbiApp VDSL check' '1.0.0' 'GNU Linux' > Erreur interne:...
Dear @JrCs, Can you move your repository into a GitHub Free organization and add @nbanb owner to continuous the development? - https://github.com/account/organizations/new Thanks in advance.
Original issue: https://github.com/Radarr/Radarr/issues/9938#issuecomment-2551417352 I assume the rootcause could be within the API because it's not in Radarr. Current Behavior When using Freebox as the download client configured with Radarr, if...
Bonjour, Quand je fais cette requete: "" #!/bin/bash MY_APP_ID="XXX" MY_APP_TOKEN="XXX" # source the fbx-delta-nba_bash_api.sh source ./fbx-delta-nba_bash_api.sh # login login_freebox "$MY_APP_ID" "$MY_APP_TOKEN" # get system data answer=$(call_freebox_api /system/) # extract your...