Authentication¤
By default, the client is not authenticated. You can check the status using the CLI:
fr24 auth show
You are not authenticated.
Provide credentials in environment variables: either
- fr24_username + fr24_password or
- fr24_subscription_key + fr24_token
Alternatively, copy the example config file to /home/user/.config/fr24/fr24.conf.
You should be authenticated if you would like to access more history or use the data for commercial purposes.
Set the following environment variables:
Config File¤
Alternatively, you can also create a configuration file in the config directory.
An example of it can be found at fr24.example.conf
:
[global]
username=example13@example.com
password=example13
[global]
subscription_key=dQw4w9WgXcQdQw4w9WgXcQdQw4w9WgXcQdQw4w9WgXcQ
token=eyq2IlMJ5ip3ElLJ5aMKWmqT9fo3MyrJ91n25iq3EbMKW1oTImLJ5xp29xo2x=
-
When the FR24 class' context is entered, a request is automatically made to retrieve the OAuth tokens ↩
-
fr24_token
should be a JWT with theexp
claim in a month, whilefr24_subscription_key
should be the shorter one.fr24_token
is optional but live feed will fail without it. Be sure to update the JWT in time. ↩