Build a Twitch.tv Chat Bot in 10 Minutes with Node.js - Tutorial - 2019!

preview_player
Показать описание


Instagram- @devcoffee_
Twitter - @dev_coffee

Рекомендации по теме
Комментарии
Автор

WARNING! HEADS UP! tmi.js was no longer being supported until recently. A fork of the project called twitch-js was made by the community to keep it moving forward, the syntax and EVERYTHING in this video will be exactly the same (minus substituting twitch-js for any occurence of tmi.js) but tmi.js has now been picked up by a single new developer (AlcaDesign). At this stage tmi.js is probably not fully supported with all current twitch functions while the twitch-js project is going strong. Use twitch-js.

arkanglegeibriel
Автор

If you use Windows you can do all node commands on a regular command line. With Visual Studio Code you can have your command terminal integrated directly on it.

LucasLocatelli
Автор

It was a huge help seeing how you actually ran the bot, thanks so much!

swervbotArchive
Автор

Great to see a new video of yours. Am already familiar with twitch bots, but good to have you back. I hope you can stick with your new years resolution for a while 🤣

klugkluk
Автор

Perfect tutorial. Clear & concise. Up and running in 10 minutes. Thanks!

UncleLarrySF
Автор

Cool, i will learn how to code soon im so hyped i love these types of videos! New subscriber bro

k
Автор

Hey Chris, I think you've switched to Vue from ReactJS, but I just wanted to thank you for your two "ReactJS in 15-ish minutes" videos. They got me started on React (which I love). I had a hard time with the ReactJS mental model until I found your videos. Thanks for those, and happy trails bud.

myyoutubechannel
Автор

Please do show how to hook into a database, that would be really helpful!

nextgen
Автор

Thanks for quick tutorial! Your last code on line 31 at 7:37 is giving me errors client.action(options.user, 'Hello $user['display-name']}'); // missing ) after argument list . I fixed by adding \ in front of the ' but not sure if its displaying the name correctly.

antdinodev
Автор

hey! great video! every msg my bot sends is italic though.. any way to chnage this?

Rawtk
Автор

I see you've declared war on Notepad users, challenge accepted.

OwenWithAHammer
Автор

Hello, How would you make the bot add points to viewers in chat every 10 min?

LoganoutGm
Автор

@Dev Coffee why is it using /me on chat and not just a normal message

HP_TPL
Автор

Hi, nice tutorial, I just started JavaScript channel myself! Nice to connect with other creators.

javascriptmastery
Автор

when i type npm init it say npm should be run outside if node.js REPL, in your normal shell. How am i meant to fix this?

bthftmaternitycontinuityof
Автор

Can you do extra tutorial for that counter?🥺

NoFearArzey
Автор

How do I set up timers for twitch bot? Also, can you make a video about the counting. I currently have a command in streamelements that counts when my dog does something during stream and would like to have it in the bot that i made.

MsCorcor
Автор

Can you teach how to create the database to do the final thing you did on the video?

koback
Автор

Can you make a video on database connectivity? And github that one?

KevinRosario
Автор

Is twitch chat interaction all coded in java, stuff like marbles on stream?

ionicguy