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.
- Host: GitHub
- URL: https://github.com/leosolar8/jackpot-tg-raffle-bot
- Owner: LEOSOLAR8
- Created: 2025-05-04T09:00:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T09:02:03.000Z (about 1 year ago)
- Last Synced: 2026-01-07T04:15:18.369Z (7 months ago)
- Topics: blockchain, flask, infrastructure, python, raffle, telegram, telegram-bot, wallet, xrp
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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