An open API service indexing awesome lists of open source software.

https://github.com/cjaewon/onlineclassbot

🏑 온라인 클래슀용 봇
https://github.com/cjaewon/onlineclassbot

discord onlineclass zoom

Last synced: 1 day ago
JSON representation

🏑 온라인 클래슀용 봇

Awesome Lists containing this project

README

        

# onlineclassbot
🏑 온라인 클래슀용 봇

![컀버 사진](https://raw.githubusercontent.com/cjaewon/onlineclassbot/main/media/cover.png)

## Features
- μ‹œκ°„ν‘œ μ•Œλ¦Ό κΈ°λŠ₯

## How to Use
```sh
go run main.go
```
### μ„€μ •νŒŒμΌ
`.onlineclassbot.toml` νŒŒμΌμ„ ν†΅ν•΄μ„œ 봇을 μ„€μ • ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
```toml
[schedules] # μ‹œκ°„ν‘œ
[schedules."35 8 * * 1-5"]
teacher = "λ‹΄μž„ ***"
url = "https://us04web.zoom.us/j/abc123"

[schedules."20 16 * * 1-5"]
teacher = "λ‹΄μž„ ***"
url = "https://us04web.zoom.us/j/abc123"

# ..

[bot]
token = "" # λ””μŠ€μ½”λ“œ 봇 토큰
notify_id = "" # μ‹œκ°„ν‘œλ₯Ό 보낼 채널 id
```