Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 2.38 KB

2020-05-03-twitch-bot.md

File metadata and controls

25 lines (17 loc) · 2.38 KB
layout title date categories tags image
post
How to Build a Twitch Bot Using TMI.JS (a moderator bot)
2020-05-03 09:00:00 -0500
coding
coding self-hosted twitch javascript
path lqip
/assets/img/headers/twitch-mobile.webp
data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIAAUACgMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APzL1nxt4c+L3wg1PwJpulePvBGv+E/Bnia7tdXtPiXHq3geS0+FjWmiapGfht/whmlR3ereJ11K1m0vWPEPinxEPB6215Fb6frMmpfabTlnm1LB5fSvlWW46vLDSjUrZnh4YtTu3BSVFRpU4zgo80ajUqqnapz86TPp8BUxFPHKpQrPDuNScGqNOkvcaWkXUhUcNJNSavfdcux+CmoatcC/vR5102Lu5G55bXe2Jn+ZtljGm49W2Rouc7UUYA+SjSTSdoK6TtGMlFXW0V7TRLoui0Pcni6/PK9WbfNK7bjq7vX4D//Z

Let's build a bot! Not a bad bot like a view bot, but bot for good.Let's build a Twitch moderator bot using tmi.js! The Twitch API is powerful and and already has lots of great bots however no bot has the flexibility of creating your own! In this video I will show you how to build a Twitch bot using TMI.JS from start to finish.You'll see how to use the developer portal, set up oauth, set the correct scopes, get an access token, create a bot using JavaScript, NodeJS, and NPM, invite the bot to your Twitch channel, and have it moderate your chat.Also, We have made this bot open source and will continue to contribute to this bot.

{% include embed/youtube.html id='7uSjKbAUHXg' %}

📺 Watch Video

Links

🛍️ Check out the new Merch Shop at https://l.technotim.live/shop

⚙️ See all the hardware I recommend at https://l.technotim.live/gear

🚀 Don't forget to check out the 🚀Launchpad repo with all of the quick start source files