A Telegram bot that will keep you updated with the latest updates to your favorite manga!
- Rust
- NodeJS
- Docker
- Telegram API (teloxide)
- Create
.envfile:
ADMIN_ID=
TELOXIDE_TOKEN=
BOT_NAME=dev
DATABASE_URL=
- Run
main.rs
1.Run migrations:
make migrate-up- Redo migrations:
make migrate-down- Create a new migration:
make migrate-create {name}make testsTODO: create GitHub actions