{"id":25403866,"url":"https://github.com/bloodbee/pump-fun-sniper-bot","last_synced_at":"2026-04-29T19:31:50.174Z","repository":{"id":277707431,"uuid":"933246115","full_name":"bloodbee/pump-fun-sniper-bot","owner":"bloodbee","description":"The PUMP.FUN Sniper Bot is a tool designed to automate the process of sniping newly listed tokens on the pump.fun platform.","archived":false,"fork":false,"pushed_at":"2025-02-17T13:07:24.000Z","size":61,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T20:06:44.543Z","etag":null,"topics":["bot","memecoin","memecoins-sniping","pump-fun","pump-fun-bot","python","solana"],"latest_commit_sha":null,"homepage":"https://pump.fun","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bloodbee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-15T14:04:29.000Z","updated_at":"2025-06-18T09:24:17.000Z","dependencies_parsed_at":"2025-04-12T17:17:15.376Z","dependency_job_id":"760253d3-e13c-429e-a3fb-418c0e2c70b4","html_url":"https://github.com/bloodbee/pump-fun-sniper-bot","commit_stats":null,"previous_names":["bloodbee/pump-fun-sniper-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bloodbee/pump-fun-sniper-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloodbee%2Fpump-fun-sniper-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloodbee%2Fpump-fun-sniper-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloodbee%2Fpump-fun-sniper-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloodbee%2Fpump-fun-sniper-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bloodbee","download_url":"https://codeload.github.com/bloodbee/pump-fun-sniper-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloodbee%2Fpump-fun-sniper-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32440876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","memecoin","memecoins-sniping","pump-fun","pump-fun-bot","python","solana"],"created_at":"2025-02-16T03:27:11.928Z","updated_at":"2026-04-29T19:31:50.155Z","avatar_url":"https://github.com/bloodbee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PUMP.FUN SNIPER BOT\n\nThe PUMP.FUN Sniper Bot is a tool designed to automate the process of sniping newly listed tokens on the [pump.fun](https://pump.fun) platform.\n\nIt aims to provide users with a competitive edge by executing trades faster than manual methods.\n\n## Features\n\n- **Automated Trading**: Automatically buy tokens as soon as they are listed.\n- **RPC or HTTP**: Use RPC (the one you prefer) or HTTP ([https://pumpportal.fun/](https://pumpportal.fun/)) to trade.\n- **Configurable Settings**: Customize the bot's behavior to suit your trading strategy.\n- **Automatic sell**: Sell tokens automatically using 3 strategies (see below).\n- **Token storage**: Save tracked tokens with automatic reload.\n- **Similiraty comparison**: Doesn't buy similar token names.\n\n## Sell strategies\n\n### Trailing stop-loss\n\nThe bot sells tokens by checking each sale transaction. If the current transaction price is below the defined stop-loss percentage, 100% of the tokens are sold.\n\n### Automatic sell after X mins\n\nThe bot will automatically sell tokens after X minutes, as defined by the user.\nThis can happen if a token continues to rise (the trailing stop-loss is not lifted), or when there are no sell transactions.\n\n### Take-profit\n\nThe bot will sell 50% of the tokens at a price increase of +25%. It will then sell 25% of the remaining tokens at a price increase of +50%.\n\nAs a result, you'll have a profit and a few tokens left over.\nThis is your guarantee of a profit when a token continues to rise to the moon.\n\n## Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/yourusername/pump-fun-sniper-bot.git\n    ```\n2. Navigate to the project directory:\n    ```bash\n    cd pump-fun-sniper-bot\n    ```\n3. Activate a virtual environment and install dependencies:\n    ```bash\n    pip install\n    ```\n\n## Usage\n\n1. Copy `sample.env` into `.env` file, update variables to suit your needs.\n2. Start the bot:\n    ```bash\n    python main.py\n    ```\n\n## Limitations\n\nBe aware that using a solana rpc is very slow and that it takes several minutes to send and confirm a transaction.\nYou'll always be on hold.\n\nI recommend using PUMPPORTAL (https://pumpportal.fun/trading-api/setup), but the fees are higher (1% for pumpportal + pump.fun fees).\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for details.\n\n## Disclaimer\n\nUse this bot at your own risk. The developers are not responsible for any financial losses incurred while using this tool.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloodbee%2Fpump-fun-sniper-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbloodbee%2Fpump-fun-sniper-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloodbee%2Fpump-fun-sniper-bot/lists"}