An open API service indexing awesome lists of open source software.

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

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 3030

Usage: selene-helius-bot serve [OPTIONS] --helius-api-key --chat-id --teloxide-token

```

* `TELOXIDE_TOKEN` is your bot API token.