1.2.4 • Published 8 months ago

twitch-fetcher v1.2.4

Weekly downloads
15
License
MIT
Repository
github
Last release
8 months ago

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

1.2.4

8 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.0

12 months ago

1.2.1

12 months ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago