Homework Hub is a simple tool to centralize and manage your university homework information using telegram as a front-end interface.
- Centralized storage of homework information.
- Telegram bot for easy updates.
- Clone the repository:
git clone https://github.com/seadclub/hh.git
-
Copy the
.env.example
file to.env
and fill in your configuration. -
Build and run
cargo run --release
- Pull requests are welcome, for major changes, please open an issue first to discuss what you would like to change.
- Please make sure to update tests as appropriate.