Skip to main content
Module

x/youtubei/deno.ts>Managers.AccountManager

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
class Managers.AccountManager
import { Managers } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { AccountManager } = Managers;

Constructors

new
AccountManager(actions: Actions)

Properties

channel: { editName: (new_name: string) => Promise<ApiResponse>; editDescription: (new_description: string) => Promise<ApiResponse>; getBasicAnalytics: () => Promise<Analytics>; }

Methods

getAnalytics(): Promise<Analytics>

Retrieves basic channel analytics.

getInfo(): Promise<AccountInfo>

Retrieves channel info.

getSettings(): Promise<Settings>

Opens YouTube settings.

getTimeWatched(): Promise<TimeWatched>

Retrieves time watched statistics.