Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Credentials

account:
  username: username
  password: password
import yaml

file = "..."

with open(f"{file}}", "r") as file:
    credentials = yaml.full_load(file)

username = credentials["aviso"]["username"]
password = credentials["aviso"]["password"]