All Projects → Carberra → twitch-bot-tutorial

Carberra / twitch-bot-tutorial

Licence: BSD-3-Clause license
Official repo of the "Building a Python Twitch bot (2020)" series.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to twitch-bot-tutorial

Twitch Bot
🤖 Easily create chat bots for Twitch.tv
Stars: ✭ 111 (+428.57%)
Mutual labels:  twitch, irc, chatbot
Mixer Mixitup
Streaming bot application for handling chat, events, moderation, and other streamer assistance features
Stars: ✭ 83 (+295.24%)
Mutual labels:  twitch, chatbot
Twitchirc Unity
lightweight IRC client component for use with the Unity Engine.
Stars: ✭ 81 (+285.71%)
Mutual labels:  twitch, irc
Tc
A desktop chat client for Twitch
Stars: ✭ 182 (+766.67%)
Mutual labels:  twitch, irc
Java Twirk
Small, basic library for communication via the Twitch chat. Java 8 compatible
Stars: ✭ 36 (+71.43%)
Mutual labels:  twitch, irc
Api
`fdgt` is a mock API for the Twitch. Via `fdgt`, you can simulate events without having to spend a penny!
Stars: ✭ 40 (+90.48%)
Mutual labels:  twitch, chatbot
Go Twitch Irc
go irc client for twitch.tv
Stars: ✭ 155 (+638.1%)
Mutual labels:  twitch, irc
bot
A Go package for building Twitch.tv IRC chat bots. Previously "twitchbot".
Stars: ✭ 17 (-19.05%)
Mutual labels:  twitch, irc
Twitch
Interact with Twitch's API, chat, PubSub and subscribe to WebHooks.
Stars: ✭ 237 (+1028.57%)
Mutual labels:  twitch, chatbot
jChat
jChat is an overlay that allows you to show your Twitch chat on screen with OBS, XSplit, and any other streaming software that supports browser sources.
Stars: ✭ 106 (+404.76%)
Mutual labels:  twitch, irc
mIRC-Twitch-Scripts
Various scripts and games to use with a mIRC bot designed for Twitch.tv
Stars: ✭ 30 (+42.86%)
Mutual labels:  twitch, irc
Tmi.js
💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
Stars: ✭ 938 (+4366.67%)
Mutual labels:  twitch, chatbot
Matterbridge
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Stars: ✭ 4,452 (+21100%)
Mutual labels:  twitch, irc
Devchatterbot
Stars: ✭ 60 (+185.71%)
Mutual labels:  twitch, chatbot
Multistreamer
[discontinued] A webapp for publishing video to multiple streaming services at once.
Stars: ✭ 281 (+1238.1%)
Mutual labels:  twitch, irc
TwitchPy
This is a package you can use to connect with the Twitch API, manage a channel, create bots, etc
Stars: ✭ 22 (+4.76%)
Mutual labels:  twitch, irc
TwitchBot
Custom C# chat bot for Twitch TV
Stars: ✭ 33 (+57.14%)
Mutual labels:  twitch, chatbot
recent-messages2
Service to provide historical messages to Twitch chat clients
Stars: ✭ 21 (+0%)
Mutual labels:  twitch, irc
Twitch4j
Modular Async/Sync/Reactive Twitch API Client / IRC Client
Stars: ✭ 209 (+895.24%)
Mutual labels:  twitch, irc
twitch-chat-bot
No description or website provided.
Stars: ✭ 63 (+200%)
Mutual labels:  twitch, irc

Building a Python Twitch bot (2020)

Welcome to the official GitHub repository for the Building a Python Twitch bot (2020) series by Carberra Tutorials!

This repository is designed purely as a supplementary aid to the series, and should NOT be downloaded without having watched it first.

You can browse the tags to view the code as it was after a specific episode. Note: This series did not have per episode commits, so only a few episodes are available.

Prerequisites

Version table

Required Used in series
Python >= 3.6.0 3.8.2
irc >= 18.0.0 18.0.0
requests Unknown 2.22.0

Installing required libraries

To install the necessary libraries, run one of the the following commands:

# Windows
py -3.8 -m pip install irc requests

# Linux/macOS
python3.8 -m pip install irc requests

# In a virtual environment
pip install irc requests

License

This repository is made available via the BSD 3-Clause License.

Help and further information

If you need help using this repository, watch the series. If you still need help beyond that, join the Carberra Tutorials Discord server.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].