Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 402 Bytes

clwo_teamspeakbot

A teamspeak bot for the clwo.eu community teamspeak server. Uses https://github.com/benediktschmitt/py-ts3

Requirements

Install the python packages as specified in requirements.txt using pip3 install -r requirements.txt.

When running Ubuntu or Linux, the mysqlclient package may have additional requirements:

sudo apt-get install python-pip python-dev libmysqlclient-dev