How to program a Twitch bot with Python

Twitch is currently the largest streaming platform. Due to the high number of viewers, many steamers not only use human moderation teams, but also moderation bots. Bots can be useful when moderating Twitch chats as they can help you enforce rules and keep the chat organized. Here are a few tasks that bots can do: Filter out inappropriate or spam messages Issuing warnings to users who break the rules Answers to frequently asked questions or commands from users Entertainment through for example a question and answer quiz Connect external systems such as subscriber alarms or games with chat integration By automating these tasks, bots can help your moderators keep chat clean and focused, giving you more time to interact with your viewers....

January 11, 2023 · 4 min · Quisl
How to create a perfect cookie banner for your blog in Javascript

How to create a perfect cookie banner for your website with JavaScript

Cookie banners are used to obtain consent for the use of cookies from your website visitors. This is a legal requirement in many countries, including the European Union and its member states - including Germany - as well as other countries around the world. They help protect user privacy and give them control over how their information is collected and used by your site. In this post, I want to give you a tool that I used to create the cookie banner for my blog: Cookieconsent....

December 30, 2022 · 9 min · Quisl