Skip to content

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

Notifications You must be signed in to change notification settings

BrandenB/LurkPyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages