Skip to content

mohsenbostan/realtime-twitch-chat-in-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Twitch Chat in Discord

Using this project you can send all Twitch chats from your Twitch channel to your Discord channel.

Installation & Usage

  1. install all dependecies:
pnpm install
  1. build the project:
pnpm build
  1. create a .env file and add the following:
DISCORD_CHANNEL_ID=<channel-id>
DISCORD_TOKEN=<token>
  1. run the project:
pnpm start