cleartonic / twitchtriviabot

Twitch Trivia Bot
MIT License
23 stars 13 forks source link

Using the Bot #5

Open MichaelBro18 opened 5 years ago

MichaelBro18 commented 5 years ago

Can connect the bot via python and is successful but nothing happens in the twitch chat , any advice you can provide on this would be appreciated.

CaptainNewbi commented 2 years ago

I had this issue. My solution was that my twitch channel name in the auth_config.yml was incorrect. for chan:

Incorrect: chan: https://www.twitch.tv/channelname

Correct chan: channelname

The script will fill in the https://www.twitch.tv/ for you.

Sorry this reply is late. I only just downloaded the code and tried to get it to work for myself today.