Skip to content

rust-lang-by/rust-bot

Repository files navigation

Build and Test Deploy

rust-bot

Telegram bot triggered by rust word.

How to Run

  1. Declare the env variables

    $ export TELOXIDE_TOKEN=<Your token here>

    $ export DATABASE_URL=<Your postgress db url here>

  2. Create the database.

    $ sqlx db create

  3. Run sql migrations

    $ sqlx migrate run

  4. Build and run application

 cargo run

About

Telegram bot triggered by rust word.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published