└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Pump.fun Sniper Bot 2 | 3 | ![LOGO](https://pumpfun.bot/data/logo.png) 4 | 5 | [pumpfun.bot](https://pumpfun.bot/) 6 | 7 | **Pump.fun Token Sniper Bot** that listens to new pump.fun pools and buys tokens for a fixed amount in SOL. 8 | Depending on the speed of the RPC node, the purchase usually happens before the token is available on pump.fun UI for swapping. 9 | 10 | - `SOL Snipe` 11 | - `Auto-Sell` 12 | - `TP/SL` 13 | - `Telegram Check` 14 | - `Website Check` 15 | - `Twitter Check` 16 | - `Fast Buy` 17 | 18 | > [!NOTE] 19 | > This is provided as is, for learning purposes. 20 | 21 | [![TypeScript](https://badgen.net/badge/icon/python)](https://python.org) 22 | ![UPTime](https://camo.githubusercontent.com/4a67ad96d71cca235a4393b2f3b79aabb0a3d42d555030632f1110e9eedde567/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f757074696d652d3130302532352d627269676874677265656e) 23 | 24 | ## 👾 SETUP 25 | To run the script you need to: 26 | 1. Create a new empty Solana wallet and transfer some SOL to it 27 | 2. Edit `config.py` with your settings 28 | 3. Install dependencies `pip install -r requirements.txt` 29 | 4. Run the script `py main.py` 30 | 31 | ## 🚀 CONFIG 32 | Configure the script by updating `config.py` file. 33 | 1. `PUB_KEY` (your wallet private key) 34 | 2. `PRIV_KEY` (your wallet private key) 35 | 3. `RPC` (https RPC endpoint) 36 | 4. `CHECK_TWITTER` (check if new pools have twitter) 37 | 5. `CHECK_WEBSITE` (check if new pools have website) 38 | 6. `CHECK_TELEGRAM` (check if new pools have telegram) 39 | 7. `BUY_AMOUNT` (set the default buy amount) 40 | 41 | ## 🚀 SCREENSHOT 42 | 43 | ![IMG](https://pumpfun.bot/data/pumpfunbot-cmd.png) 44 | 45 | 46 | ## 🛰 Disclaimer 47 | Use this script at your own risk. 48 | --------------------------------------------------------------------------------