Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 325 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 325 Bytes

Twitch Steam Key Bot

Bot for scaping twitch chats for steam keys and redeem them.

install node modules

npm install

Enter your steam details in the .env file.

Enter the names of channels you wish to read the chat of.

const client = new tmi.client({
  channels:['#channel']
})

Run with

node bot.js