This repository contains a collection of Telegram bots built mostly with Python. Many of these bots are focused on the Solana ecosystem, while others handle useful utilities like exchange rate monitoring and payment automation.
Each bot is designed to solve a specific need, from tracking meme coins on Solana to providing real-time FX rates and enabling payments directly through Telegram.
Tracks trending Solana meme coins, providing real-time price updates, token details, and quick trade insights.
An assistant for bump trading on Solana markets, helping traders manage trades and positions.
Monitors Naira exchange rates directly from Bybit and sends instant updates/alerts via Telegram.
Enables crypto payments in SOL and SPL tokens directly inside Telegram chats.
A general-purpose bot for group and user insights, including account lookups and quick info queries.
- Language: Python
- Libraries & Tools:
- python-telegram-bot / Telebot
- Asyncio for handling concurrency
- Solana Python SDKs & APIs for blockchain integrations
- Bybit API for exchange rate monitoring
- Lightweight bots, no heavy external databases (e.g., MongoDB) used.
- Focused on speed, automation, and Telegram-native experiences.
- Easy to extend for new crypto or utility features.
Contributions, suggestions, and forks are welcome! Open an issue or submit a pull request if you’d like to collaborate.