Carberra / twitch-bot-tutorial

Official repo of the "Building a Python Twitch bot (2020)" series.

Home Page:https://www.youtube.com/playlist?list=PLYeOw6sTSy6ZFDkfO9Kl8d37H_3wLyNxO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Official repo of the "Building a Python Twitch bot (2020)" series.

https://www.youtube.com/playlist?list=PLYeOw6sTSy6ZFDkfO9Kl8d37H_3wLyNxO

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%