A simple Discord Bot for the Data Science Club
- will check attendance every Monday in the main channel
- will create a poll for pizza preferences in the pizza channel
- use
/caketo get a random GladOS voice line from Portal!
Python 3.12
# clone repository
$ git clone https://github.com/Tianmaru/dsc-bot.git
# create .env file
$ cp .env.sample .env
$ vim .env
# install requirements and run
$ pip install -r requirements.txt
$ python bot.pyDocker
# clone repository
$ git clone https://github.com/Tianmaru/dsc-bot.git
# create .env file
$ cp .env.sample .env
$ vim .env
# build image and run
$ docker build -t dsc_bot .
$ docker run -d --env-file .env dsc_bot