User - 15696/routinehub.py GitHub Wiki

Represents a RoutineHub account.

Attribute Explanation Type
name The username of the account. str
downloads The total number of downloads that belong to this user. int
linked_accounts A list of accounts that are linked to this user's profile. List[LinkedAccount]
description The bio of the user. str
shortcuts A list of Shortcut objects that belong to this user. List[Shortcut]