Skip to content

khederkasem/solana-sniper-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Pump.fun Sniper Bot

LOGO

pumpfun.bot

Pump.fun Token Sniper Bot that listens to new pump.fun pools and buys tokens for a fixed amount in SOL. Depending on the speed of the RPC node, the purchase usually happens before the token is available on pump.fun UI for swapping.

  • SOL Snipe
  • Auto-Sell
  • TP/SL
  • Telegram Check
  • Website Check
  • Twitter Check
  • Fast Buy

Note

This is provided as is, for learning purposes.

TypeScript UPTime

πŸ‘Ύ SETUP

To run the script you need to:

  1. Create a new empty Solana wallet and transfer some SOL to it
  2. Edit config.py with your settings
  3. Install dependencies pip install -r requirements.txt
  4. Run the script py main.py

πŸš€ CONFIG

Configure the script by updating config.py file.

  1. PUB_KEY (your wallet private key)
  2. PRIV_KEY (your wallet private key)
  3. RPC (https RPC endpoint)
  4. CHECK_TWITTER (check if new pools have twitter)
  5. CHECK_WEBSITE (check if new pools have website)
  6. CHECK_TELEGRAM (check if new pools have telegram)
  7. BUY_AMOUNT (set the default buy amount)

πŸš€ SCREENSHOT

IMG

πŸ›° Disclaimer

Use this script at your own risk.