Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.7 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.7 KB

ubs-bot

check docs crates discord

ubs-bot is a Discord bot for querying University at Buffalo class schedules in real-time and for receiving update notifications (such as class openings).

For more information, be sure to check out the core ubs library.

Installation

Cargo

$ cargo install --git https://github.com/ok-nick/ubs-bot

FAQ

Why can't it find a class that I know exists?

ubs-bot is based off a predefined set of classes which, at the moment, does not span the entire course catalog. This is a fundamental issue, stemmed from the course to id mapping requirements by the backend network API. For more information, check out this issue. If you would like to request a class, feel free to leave a comment here. If you are lazy, use the raw command counterparts to send raw ids to the bot.

How often does the bot update its course information?

For course information queries, ubs-bot updates in real-time. However, for course watches, updates happen at a predefined interval set by the developer.