{"id":29271885,"url":"https://github.com/flock4h/disbelieve","last_synced_at":"2025-10-12T00:14:32.595Z","repository":{"id":302351603,"uuid":"1012137457","full_name":"FLOCK4H/Disbelieve","owner":"FLOCK4H","description":"Believe.app Sniping \u0026 Trading Bot","archived":false,"fork":false,"pushed_at":"2025-07-16T09:54:59.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-17T13:37:40.401Z","etag":null,"topics":["believe","believe-app","crypto","crypto-bot","meteora-bot","meteora-dbc","sniper-solana","sniping-bot","solana-bot","solana-sniper","solana-trading-bot","trading-bot"],"latest_commit_sha":null,"homepage":"https://github.com/FLOCK4H/","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/FLOCK4H.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-01T21:53:33.000Z","updated_at":"2025-07-16T09:55:03.000Z","dependencies_parsed_at":"2025-07-01T23:41:36.666Z","dependency_job_id":null,"html_url":"https://github.com/FLOCK4H/Disbelieve","commit_stats":null,"previous_names":["flock4h/disbelieve"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FLOCK4H/Disbelieve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FLOCK4H%2FDisbelieve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FLOCK4H%2FDisbelieve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FLOCK4H%2FDisbelieve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FLOCK4H%2FDisbelieve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FLOCK4H","download_url":"https://codeload.github.com/FLOCK4H/Disbelieve/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FLOCK4H%2FDisbelieve/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009474,"owners_count":26084609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["believe","believe-app","crypto","crypto-bot","meteora-bot","meteora-dbc","sniper-solana","sniping-bot","solana-bot","solana-sniper","solana-trading-bot","trading-bot"],"created_at":"2025-07-05T00:08:22.037Z","updated_at":"2025-10-12T00:14:32.590Z","avatar_url":"https://github.com/FLOCK4H.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"https://github.com/user-attachments/assets/719beb23-dc3b-4f01-ada7-8ea1992e938c\" width=256 /\u003e\n\n\u003c/div\u003e\n\n\u003e [!NOTE]\n\u003e This project is open-sourced, and completely free of any charges, or transaction fees.\n\n# Disbelieve\n\nInstantly buys new tokens released via [Believe](https://believe.app) using configurable parameters. \u003c/br\u003e\nBelieve platform uses **Meteora Dynamic Bonding Curve** market to create tokens for users' projects. \nFortunately, tokens released on believe end with `BLV`, and are also minted by `Believe: Token Authority` - this allows for easy identification of new tokens.\nSnipe, scalp, trade, and more... as soon as a new token is released.\n\n**Default parameters in Disbelieve should be updated by the user,** market changes dynamically and can change in a matter of an hour - meaning, there is no room for defaults.\n\nAlways assert your **.env** config is adjusted to current market conditions. \n\n# Features\n\n- Automatically Buy \u0026 Sell\n- Speed: Local transaction construction, zero reliance on routers\n- Real-time price monitoring\n- Easy config system\n- Script for selling manually\n\n# Setup\n\n1. Download this repository\n\n```\n$ git clone https://github.com/FLOCK4H/Disbelieve\n```\n\n2. Navigate to the repository \u0026 Install Disbelieve\n\n```\n$ cd Disbelieve\n$ pip install .\n```\n\n3. Ensure `.env` is configured properly and URLs are set\n\n\u003ch5\u003eIf the `.env` file doesn't exist create it, preferably at the path you will launch the script from.\u003c/h5\u003e\n\n```\n# env file needs to contain everything below\n\nHTTP_RPC_URL=https://mainnet.helius-rpc.com/?api-key= # can be any other rpc provider\nWS_RPC_URL=wss://mainnet.helius-rpc.com/?api-key= # can be any other rpc provider\nPRIVATE_KEY= # in Phantom format, so base58 (manage accounts -\u003e account X -\u003e show private key)\n\nDISABLE_FIRST_BUY=True # FIRST_BUY_AMOUNT becomes useless if True, use NEXT_BUY_AMOUNT to set buy amount\nFIRST_BUY_AMOUNT=0.0001\nNEXT_BUY_AMOUNT=0.001\nGAS=0.00002 # SOL; includes priority\n\nMIN_TARGET_PROFIT=2.00 # minimum profit to exit trade\nMAX_LOSS=0.9 # max loss from buy price \u003c--! This may be confusing to some people as it's the other way around, set max loss by the rule of 1: 1-0.9=0.1 -\u003e 10% max loss from buy price\nNO_ACTIVITY_IN_SECONDS=15 # no activity == no price change\nMAX_LOSS_FROM_PEAK_PERCENTAGE=0.3 # maximum price drop from token's highest price\nMIN_BUYS_THRESHOLD=15 # minimum buys to enter the token\nDEBUG_SENSITIVITY=1 # 0, 1, 2 - 0 is lowest, for debug prints\n```\n\n4. Run the app\n\n```\n$ disbelieve\n```\n\n![image](https://github.com/user-attachments/assets/720cdccb-e5e0-4066-b80a-d2c50e65c1b4)\n\n**That's it, wishing you a 1000x on your next coin.**\n\n# Contact\n\nTG Priv: @dubskii420\n\nTG Group: https://t.me/flock4hcave\n\nDiscord Group: https://discord.gg/thREUECv2a\n\nTip Wallet: FL4CKfetEWBMXFs15ZAz4peyGbCuzVaoszRKcoVt3WfC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflock4h%2Fdisbelieve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflock4h%2Fdisbelieve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflock4h%2Fdisbelieve/lists"}