Pavel Kirilin 29c7cd1d5b
All checks were successful
/ docker_build (push) Successful in 7m20s
/ deploy_helm (push) Successful in 12s
Fixed workflow.
2025-07-08 11:42:35 +02:00
2025-07-08 11:42:35 +02:00
2024-09-27 09:31:04 +02:00
2023-02-20 01:23:41 +04:00
2023-02-21 19:56:36 +00:00
2023-02-20 01:23:41 +04:00
2024-04-04 03:38:31 +02:00
2023-02-20 01:23:41 +04:00
2023-02-20 01:23:41 +04:00
2024-09-27 09:31:04 +02:00
2024-09-27 09:31:04 +02:00
2024-07-26 18:06:18 +02:00
2023-02-21 19:56:36 +00:00
2023-02-21 19:56:36 +00:00
2025-07-08 10:49:52 +02:00

Automated telegram account

This project is an attempt to add some utillities to your account.

This app uses telegram API and connects to it as a user, not as a bot. To use it, you need to register a new application, and obtain api hash token and application id from official telegram website. You can do it here.

How to

First of all, you need to install Rust. Personally I recommend to use rustup.

Make sure everything is fine by running cargo --version.

  1. Compile the app.

    cargo build --release
    

    After that command you'll find a compiled binary in target/release/s3bot.

  2. Run the compiled binary.

Configuration

You can configure this app by either command line arguments or with environment variables.

If you place .env file in current working directory, contents will be loaded as environment variables.

For additional help please use:

s3bot --help
Description
My small telegram userbot for personal automation.
https://s3bot.le-memese.com/
Readme 569 KiB
Languages
Rust 89.5%
HTML 9.3%
Dockerfile 1.2%