Client¶
You have entered the API Reference section where you can find detailed information about Crunchyroll’s API. The main Client class, all available methods and types detailed descriptions can be found starting from this page. This page is about the Client class, which exposes high-level methods for an easy access to the API.
Details¶
- class crunpyroll.Client¶
Initialize Crunchyroll Client
- Parameters:
email (
str) – Email or username of the account.password (
str) – Password of the account.preferred_audio_language (
str, optional) – The audio language to use in Crunchyroll. Default to ‘ja-JP’locale (
str, optional) – The language to use in Crunchyroll. Default to ‘en-US’device_id (
str, optional) – The device identifier to use, in string form, e.g. ‘01234567-89AB-CDEF-0123-456789ABCDEF’ where the 32 hexadecimal digits represent the UUID. Default to a random UUIDdevice_name (
str, optional) – The device name to use (Crunchyroll app uses [About phone → Device name] field).device_type (
str, optional) – The device type to use (Crunchyroll app uses Manufacturer + Model).proxies (
str|dict, optional) – Proxies for HTTP requests. Default to None