Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asutorufa/aws-ls-tg-bot
telegram bot for check aws lightsail usage flow data
https://github.com/asutorufa/aws-ls-tg-bot
rust
Last synced: 15 days ago
JSON representation
telegram bot for check aws lightsail usage flow data
- Host: GitHub
- URL: https://github.com/asutorufa/aws-ls-tg-bot
- Owner: Asutorufa
- Created: 2023-02-02T06:58:07.000Z (almost 2 years ago)
- Default Branch: rust
- Last Pushed: 2024-02-24T18:40:17.000Z (9 months ago)
- Last Synced: 2024-10-08T18:41:40.166Z (about 1 month ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#
[![build rust musl ci](https://github.com/Asutorufa/aws-ls-tg-bot/actions/workflows/rust.yml/badge.svg)](https://github.com/Asutorufa/aws-ls-tg-bot/actions/workflows/rust.yml)
## build
```shell
cargo build --release
```## run
```shell
# MAINTAINER_ID is telegram user id
TELOXIDE_TOKEN=dasd:dszscz AWS_INSTANCE="Ubuntu-1" MAINTAINER_ID=12321321 awstgbot
```