https://github.com/dougefresh/selene-helius-bot
A telegram bot for Helius webhooks
https://github.com/dougefresh/selene-helius-bot
Last synced: 2 months ago
JSON representation
A telegram bot for Helius webhooks
- Host: GitHub
- URL: https://github.com/dougefresh/selene-helius-bot
- Owner: dougEfresh
- License: mit
- Created: 2024-02-22T18:05:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T13:44:20.000Z (8 months ago)
- Last Synced: 2025-01-21T02:29:45.668Z (4 months ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helius Telegram Bot
Example bot using the [selene-helius-sdk](https://github.com/dougEfresh/selene-helius-sdk/)
## Install
```shell
cargo install --git https://github.com/dougEfresh/selene-helius-bot.git
```## Prerequisites
Set up a telegram [bot](https://velenux.wordpress.com/2022/09/12/how-to-configure-prometheus-alertmanager-to-send-alerts-to-telegram/)
## Usage
* create your webhook
```shell
selene-helius-bot webhook create --helius-api-key= --url= [ADDRESSES]...
```* run your server
*
```shell
selene-helius-bot serve --help
A telegram bot for helius webhooks, listens on port 3030Usage: selene-helius-bot serve [OPTIONS] --helius-api-key --chat-id --teloxide-token
```
* `TELOXIDE_TOKEN` is your bot API token.