This project implements a Telegram bot that monitors specified chats for Solana token addresses and automatically performs token swaps using the PredatorSDK.
- GUI for easy configuration and bot management
- Monitors Telegram chats for Solana token addresses
- Automatically performs token swaps when a valid address is detected
- Supports both public keys and pair tokens
- Optional Discord webhook integration for notifications
- Buys from multiples wallets
- Python 3.7+
- Telegram API credentials (API ID and API Hash)
- Solana wallet private key
-
Clone this repository:
git clone https://github.com/solanabots/Solana-Telegram-Bot cd Solana-Telegram-Bot
-
Install the required packages:
pip install -r requirements.txt
-
Set up your Telegram API credentials and Solana wallet.
-
Run the GUI:
python gui.py
-
Fill in the required fields in the GUI.
-
Click "Run Bot" to start the bot.
Or you can start telegram.py
using arguments.
You can save and load your configuration using the "Save Config" and "Load Config" buttons in the GUI.
This software is for educational purposes only. Use at your own risk. Always do your own research before making any cryptocurrency transactions.