Go to file
2023-05-17 12:57:50 +08:00
.github/workflows Update docker-publish.yml 2022-06-29 10:35:06 +08:00
.vscode Dev (#1) 2022-06-28 18:11:47 +08:00
entity new feature: order by reference times. 2022-06-30 22:04:57 +08:00
migration new feature: order by reference times. 2022-06-30 22:04:57 +08:00
src small bug fix 2023-05-17 12:57:50 +08:00
.dockerignore Dev (#1) 2022-06-28 18:11:47 +08:00
.gitignore Dev (#1) 2022-06-28 18:11:47 +08:00
Cargo.lock custom api url 2023-05-09 17:49:55 +08:00
Cargo.toml custom api url 2023-05-09 17:49:55 +08:00
Dockerfile Update Dockerfile 2022-06-29 11:28:12 +08:00
README.md Dev (#1) 2022-06-28 18:11:47 +08:00

Say something bot - Reborn

A telegram bot to record someone's message by forwarding

saysthbot-reborn 0.1.0
A telegram bot to record someone's message by forwarding

USAGE:
    saysthbot-reborn [OPTIONS] --tgbot-token <TGBOT_TOKEN>

OPTIONS:
    -d, --database-uri <DATABASE_URI>
            Database URI [env: DATABASE_URI=] [default:
            sqlite:///saysthbot.db]

    -D, --debug
            Enable debug mode

    -h, --help
            Print help information

    -t, --tgbot-token <TGBOT_TOKEN>
            Telegram bot token [env: TGBOT_TOKEN=]

    -V, --version
            Print version information

build

You should use nightly build kit.

rustup default nightly
cargo build

Or simply use docker.

docker build -t bot .