2.0.6 • Published 1 year ago

twitchapi.js v2.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

twitchapi.js

version 2.0.6 full code in github

remove all commit twitchapi.js is a node js library written in typescript allowing to read the events of your twitch streams and to interact with them.

the library is currently under development, if you want to contribute, feel free to open a pull request, I will be happy to process it.

start with twitchapi.js

import {twitchapi, Intents} from "./twitch-api.js/src/twitchapi";
import * as config from "./config.json"

const client = new twitchapi({
    intents: [
        Intents.channelChannelPointsCustomRewardRedemptionAdd
    ]
})

client.login({
    token: config.token,
    clientId: config.clientId,
    userId: config.userId
})

read events

client.on("channel.channel_points_custom_reward_redemption.add", event => {

});

Other

if you need help for start with twitchapi.js, please join this discord

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.6

1 year ago

2.0.2-l

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago