twitch-fetcher
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

Twitch Fetcher

Fetch for Twitch channel and Emotes. (Includes BTTV, FFZ and 7TV)

⭐ Features

  • Fetch for 7TV emotes.
  • Fetch for Twitch emotes.
  • Fetch for BetterTTV emotes.
  • Fetch for FrankerFaceZ emotes.

🌲 Get started

Initialize client

const TwitchFetcher = require("twitch-fetcher");

const fetcher = new TwitchFetcher({
    auth: {
        accessToken: "01234abcde",
        clientId: "01234abcde"
    }
});

Using as ES Module

import TwitchFetcher from "twitch-fetcher";

const fetcher = new TwitchFetcher({
    auth: {
        accessToken: "01234abcde",
        clientId: "01234abcde"
    }
});

📖 Documentation

Fetch Emotes

// By username
await fetcher.getEmotesByUsername("sammwy", ["7tv", "bttv", "ffz", "twitch"]);

❤️

Made with Love by Sammwy, Donate at PayPal

Readme

Keywords

Package Sidebar

Install

npm i twitch-fetcher

Weekly Downloads

10

Version

1.2.4

License

MIT

Unpacked Size

18.9 kB

Total Files

18

Last publish

Collaborators

  • sammwy