Skip to content

A Telegram bot that will keep you updated with the latest updates to your favorite manga!

Notifications You must be signed in to change notification settings

Dsazz/mangana_bot

Repository files navigation

Manger

A Telegram bot that will keep you updated with the latest updates to your favorite manga!

Dependencies

  • Rust
  • NodeJS
  • Docker
  • Telegram API (teloxide)

Local development

  1. Create .env file:
ADMIN_ID=
TELOXIDE_TOKEN=
BOT_NAME=dev
DATABASE_URL=
  1. Run main.rs

Migrations

1.Run migrations:

make migrate-up
  1. Redo migrations:
make migrate-down
  1. Create a new migration:
make migrate-create {name}

Unit Tests

make tests

Release

TODO: create GitHub actions

About

A Telegram bot that will keep you updated with the latest updates to your favorite manga!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published