@book000/twitterts
    Preparing search index...

    Interface TwitterScraperOptions

    TwitterScraper オプション

    interface TwitterScraperOptions {
        debugOptions?: TwitterScraperDebugOptions;
        emailAddress?: string;
        otpSecret?: string;
        password: string;
        puppeteerOptions?: PuppeteerOptions;
        username: string;
    }
    Index

    Properties

    デバッグオプション

    emailAddress?: string

    メールアドレス

    otpSecret?: string

    Twitter One Time Password シークレット

    password: string

    Twitter パスワード

    puppeteerOptions?: PuppeteerOptions

    Puppeteer オプション

    username: string

    Twitter ユーザー名