Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 549 Bytes

File metadata and controls

19 lines (16 loc) · 549 Bytes

LurkBot

A simple Twitch chat bot that can join multiple channels to log and send messages when a specific keyword is said.

Requirements

  • Python 3.6 or higher.
  • SimpleWebsocketServer.
  • ws4py.

Installing Libs on Windows

  • Open CMD and type the following:
pip install ws4py && pip install git+https://github.com/dpallot/simple-websocket-server.git

Installing Libs on Linux

  • Type the following in your terminal:
sudo pip3.6 install ws4py ; sudo pip3.6 install git+https://github.com/dpallot/simple-websocket-server.git