sounds.user

Classes

UserService

Base class for other classes to inherit shared session and state

Module Contents

class sounds.user.UserService(login_details_provided: bool, *args, **kwargs)

Bases: sounds.base.Base

Base class for other classes to inherit shared session and state

login_details_provided
async refresh() None
async listener_country() str | None

Return the listener’s current country.

async is_in_uk() bool

Listener is in the UK.

async is_uk_listener() bool

Listener has a UK-based account and is in the UK.