Posts

How to create a Twitch chat bot

Image
Are you wanting to easily create a chat bot that you can interact with on Twitch ? Here, I'll walk you through the production process of creating a bot. What do you need to create a bot? You need a computer to code the bot Basic knowledge with JavaScript A host to keep your bot online [Optional and cheap, highly recommended] Where to start? Create or login to the account that you want to make your Twitch bot on. Twitch allows bot's to be ran on user accounts (self bots), so you can use any account that you please. Next step is to turn on 2FA (two factor authentication), this is required to access Twitch Developers . Then, click here  to visit the applications area of the Twitch Developers console.  You want to create a new application for your new bot! Then, you can name your bot whatever you want, but make sure to set the callback URL to http://localhost and the Category of the new Twitch Application to be  Chat Bot . Your screen should now look something like this; You...