6 lines
316 B
Markdown
6 lines
316 B
Markdown
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
|