Atm-Automat/telegram_notification_bot/atmbot_rust
2025-02-12 10:07:58 +01:00
..
src initial commit to this copied repo. 2025-02-12 10:07:58 +01:00
.env.example initial commit to this copied repo. 2025-02-12 10:07:58 +01:00
Cargo.lock initial commit to this copied repo. 2025-02-12 10:07:58 +01:00
Cargo.toml initial commit to this copied repo. 2025-02-12 10:07:58 +01:00
README.md initial commit to this copied repo. 2025-02-12 10:07:58 +01:00

This is a simple telegram bot to notify you when the atm wallet balance is too low, or somebody did use it.

  1. Set the according api keys in the .env file.
  2. Install rust https://www.rust-lang.org/tools/install
  3. Compile the bot with cargo build --release
  4. Run the bot, it is located in ./target/release/atmbot