https://github.com/cjaewon/onlineclassbot
π‘ μ¨λΌμΈ ν΄λμ€μ© λ΄
https://github.com/cjaewon/onlineclassbot
discord onlineclass zoom
Last synced: 1 day ago
JSON representation
π‘ μ¨λΌμΈ ν΄λμ€μ© λ΄
- Host: GitHub
- URL: https://github.com/cjaewon/onlineclassbot
- Owner: cjaewon
- License: mit
- Created: 2021-03-11T04:34:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T07:22:48.000Z (over 4 years ago)
- Last Synced: 2025-02-28T20:16:30.514Z (4 months ago)
- Topics: discord, onlineclass, zoom
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# onlineclassbot
π‘ μ¨λΌμΈ ν΄λμ€μ© λ΄
## 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
```