Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 937 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 937 Bytes

Minichat for Twitch

This project implements a command-line chatbot for Twitch / IRC built with Minicli (PHP).

Notice: this is not a regular chat client where you can reply from a prompt. You'll have to define automatic responses and behavior programmatically.

Building Minichat

You can find a detailed tutorial covering this project here:

Check out also this live stream video where we implement the first bot command.

Installation & Setup

Requirements:

  • php-cli >= 7.2
  • Composer

Installation:

  1. Clone this repository
  2. Run composer install
  3. Set up your Twitch username and oauth key in config.php
  4. Run ./minichat twitch to connect to your stream chat

TO DO

  • Ignore list
  • Bot commands