Expand description
Utilities for creating chat bots for racetime.gg.
The main entry point is Bot::run
. You can also create new race rooms using StartRace::start
.
For documentation, see also https://github.com/racetimeGG/racetime-app/wiki/Category-bots.
Re-exports§
pub use crate::bot::Bot;
pub use crate::handler::RaceHandler;
Modules§
Structs§
Enums§
Traits§
Functions§
- authorize
- Get an OAuth2 token from the authentication server.
- authorize_
with_ host
Type Aliases§
- UDuration
- An unsigned duration. This is a reexport of
std::time::Duration
.