Solana token sniper fetching twitter account posts
Last updated Mar 14, 2026
32
Stars
7
Forks
1
Issues
0
Stars/day
Attention Score
18
Language breakdown
Python 100.0%
▸ Files
click to expand
README
Twitter Solana Token Sniper Bot
This bot monitors a specific Twitter account for new tweets containing Solana token addresses or pair tokens. When a new token is detected, the bot automatically attempts to swap a specified amount of SOL for the new token using multiple wallets.
Features
- Monitor a specific Twitter account for new tweets
- Detect Solana token addresses and pair tokens in tweets
- Automatically swap SOL for new tokens using the Predator SDK
- Support for multiple private keys (wallets)
- Optional Discord webhook notifications
- GUI for easy configuration and launching
Prerequisites
- Python 3.7 or higher
- Solana wallet(s) with SOL balance
- Twitter account(s) for monitoring
Installation
- Clone this repository or download the source code.
- Install the required packages:
pip install -r requirements.txt
- Set up your configuration in the GUI or prepare a JSON configuration file.
Usage
- Run the GUI:
python gui.py
- Fill in the required fields:
- Click "Run Bot" to start the bot, or use "Save Config" to save your configuration for later use.
python twitter.py --privatekeys key1,key2,key3 --accounts user1:email1:pass1,user2:email2:pass2 --userid TARGETUSERID --amounttoswap 0.1 [--discord WEBHOOKURL] [--proxyurl PROXYURL] [--capsolverapikey APIKEY]
Disclaimer
This bot is for educational purposes only. Use it at your own risk. Be aware of the risks associated with cryptocurrency trading and always do your own research before investing.
License
This project is licensed under the MIT License.
🔗 More in this category