RIVX Crypto Bot is a stylish Telegram bot built using the CoinGecko API. It allows users to check live cryptocurrency prices and generate custom price chart images, complete with price info, market data, and branding.
/p [token]
— Get a styled image with:- Live price in USD
- Market cap
- 24h trading volume
- Price changes in 1h, 24h, 7d
- Chart with gradient color
- Coin logo and watermark (@rivxlabs)
/c [token]
— Get a clean 24h line chart- Fallback to plain text if image generation fails
- Automatically detects coin symbol (e.g. BTC, ETH, etc.)
- Clone this repository:
git clone https://github.com/voxy100/Telegram-Crypto-Price-Bot.git
cd Telegram-Crypto-Price-Bot
- Install the required packages:
pip install -r requirements.txt
- Create a
.env
file:
BOT_TOKEN=your_telegram_bot_token_here
- Run the bot:
python3 main.py
- Make sure to upload
dejavu-sans.ttf
anddejavu-sans-bold.ttf
fonts - Add
BOT_TOKEN
in the Secrets (Environment Variables) - Use
.replit
file to define run command
Made with ❤️ by Voxy
Follow @rivxlabs on Telegram for more bots and tools.
MIT