Skip to content

Class and Time Schedule bot for Discord using Bakalari API

License

Notifications You must be signed in to change notification settings

GaSOS-RO-IT-2022-2026/ClaNotBot-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClaNotBot

About

A discord bot that wraps iCanteen and Bakaláři using requests and discord.py Written in python 3 by HyScript7 and Mobilex

You are free to distribute, modify and use the application under the same license.

Setup

Running in a shell

python3 -m pip install -r ./requirements.txt
python3 ./main.py

Using Docker

Create a docker-compose.yml file:

version: "3.9"
services:
  bot:
    build: .
    restart: always

Creating and running:

docker-compose up -d

Stopping and removing:

docker-compose down

About

Class and Time Schedule bot for Discord using Bakalari API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published