A Node.js application that listens for links in Twitch chat and sends them to a Discord channel.
- Clone the repository and install dependencies using
npm i
. - Create a Discord webhook in
Server Settings > Integrations > Webhooks
- Edit the
config.json
file to include the URL of your Discord webhook, and the name of the Twitch channel to monitor.
- Node.js (v15 or higher)
- A Discord account with a server and webhook set up
- Start the application using
node index.js
or run it in the background usingscreen -dm bash -c 'node index.js'
. - Watch as links posted in your Twitch chat are automatically sent to your Discord channel!