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

https://github.com/leosolar8/jackpot-tg-raffle-bot

This is telegram raffle prize bot. Marketing tool for tokens which deployed on XRP chain. This bot is base on python.
https://github.com/leosolar8/jackpot-tg-raffle-bot

blockchain flask infrastructure python raffle telegram telegram-bot wallet xrp

Last synced: 4 months ago
JSON representation

This is telegram raffle prize bot. Marketing tool for tokens which deployed on XRP chain. This bot is base on python.

Awesome Lists containing this project

README

          

# XRP Jackpot Telegram Bot

A Telegram bot that runs a simple XRP jackpot game.

## Features

- Users buy tickets with XRP
- Admins set ticket price and round duration
- Winner receives 95% of jackpot
- 4% to the project’s wallet
- 1% to the bot creator

## Setup

1. Clone repo
2. Install dependencies:
```
pip install -r requirements.txt
```
3. Set your config in `config.py`
4. Run bot:
```
python bot.py
```

## Telegram Webhook Setup

Set your webhook like this:

```
https://api.telegram.org/bot/setWebhook?url=https://yourdomain.com/
```

## License

MIT