Skip to content

Introduction

Twitchfy is a powerful node library to interact with the developer resources all around Twitch.

In this guide we are going to be covering the first steps to build up a basic Twitch chatbot using EventSub.

Why this package over others.

  • As called before this package is built in EventSub API moving past the old IRC server which will be progressive limited over the coming months. Moreover Twitch encourage to use EventSub.

  • Twitchfy offers a reliable way of making commands with diffrent options and has a great structure for scalable chatbots.

  • Twitchfy implements a way of listening to EventSub events within your chatbot. Moreover you can directly interact within the Twitch API. Making possible, for example, to ban users or change chat settings with only executing a simple function.