Skip to content

Telegram bot triggered by rust word.

Notifications You must be signed in to change notification settings

JavaBy/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.8%
  • Dockerfile 1.2%