Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/web3techdev/pumpfun-sniper
Simple Python script to snipe low cap gems on pump.fun
https://github.com/web3techdev/pumpfun-sniper
memecoin pump-fun pumpfun-price-api solana
Last synced: 13 days ago
JSON representation
Simple Python script to snipe low cap gems on pump.fun
- Host: GitHub
- URL: https://github.com/web3techdev/pumpfun-sniper
- Owner: Web3TechDev
- License: apache-2.0
- Created: 2024-11-11T21:58:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T09:29:50.000Z (2 months ago)
- Last Synced: 2025-01-01T15:07:04.205Z (27 days ago)
- Topics: memecoin, pump-fun, pumpfun-price-api, solana
- Language: Python
- Homepage:
- Size: 198 KB
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PumpFun-Sniper
Snipe low cap gems on `pump.fun` using this simple Python script.# Description
This Python script enables you to purchase low-cap gems on `pump.fun` and sell them for profit ahead of others. It's designed to be minimalist, relying primarily on the APIs provided by `pump.fun` and requiring no additional dependencies, so no module installations are needed. The script continuously monitors newly launched coins based on specific filters, ensuring that each coin meets certain criteria like minimum market cap and social presence (e.g., website, Telegram). Once a suitable coin is identified, the script uses the minimum SOL value provided to make a purchase. The purchased coins are then monitored and sold when they reach a specified profit threshold, which is set to 50% by default but can be adjusted as needed.# Usage
To get started with the script, you’ll need the following:
- Solana Wallet Private Key – Required for secure access.
- Seed Phrase (optional) – If you prefer not to use the private key.
- Ensure the primary account has some SOL. Safe to use 10-20 SOL as it helps snipe a lot more coins.Clone the repository:
```
git clone https://github.com/Web3TechDev/PumpFun-Sniper.git
cd PumpFun-Sniper
```Run the script as follows:
```
python3 pumpfun_sniper.py --max-coins 5 --min 0.1 --private-key
```
or
```
python3 pumpfun_sniper.py --max-coins 5 --min 0.1 --seed-phrase 'chicken law traction era debt ..........'
```