/Pancakeswap_BSC_Sniper_Bot

Web3 Pancakeswap Sniper bot written in python3

Primary LanguagePythonOtherNOASSERTION

🚀 Pancakeswap BSC Sniper Bot 🚀

TradingTigers
Web3 Pancakeswap Sniper && Take Profit/StopLose bot written in python3, Please note the license conditions!

The first Binance Smart Chain sniper bot with Honeypot checker!

Sniper

Infos

You pay 0.7% Tax on each transaction.

Support Us&You by Buying TradingTigers Token

Sniper

Download

If you are not familiar with Python please have a look at Releases, there you can download Windows executable.

Setup your Address and secret key in Settings.json and Run main-GUI.exe.

Install

First of all, you need install Python3+ Run on Android you need Install Termux

termux: $ pkg install python git
Debian/Ubuntu: $ sudo apt install python3 git make gcc
Windows: Need to install Visual Studio BuildTools.

Setup your Address and secret key in Settings.json.

Clone Repo:

git clone https://github.com/Trading-Tiger/Pancakeswap_BSC_Sniper_Bot
cd Pancakeswap_BSC_Sniper_Bot

Install Requirements:

python -m pip install -r requirements.txt

Start Sniper:

python Sniper.py -t <TOKEN_ADDRESS> -a <AMOUNT> -tx <TXAMOUNT> -hp -wb <BLOCKS WAIT BEFORE BUY> -tp <TAKE PROFIT IN PERCENT> -sl <STOP LOSE IN PERCENT>
python Sniper.py -t 0x34faa80fec0233e045ed4737cc152a71e490e2e3 -a 0.001 -tx 2 -hp  -wb 10 -tp 50
python Sniper.py -t 0x34faa80fec0233e045ed4737cc152a71e490e2e3 --sellonly
python Sniper.py -t 0x34faa80fec0233e045ed4737cc152a71e490e2e3 -a 0.001 --buyonly

Here are all options with infos:

*'-t' or '--token', Token for snipe e.g. "-t 0xc87b88aafb95f0b88c3a74fc96344e4bccab6bde"
'-a' or '--amount', float, Amount in Bnb to snipe e.g. "-a 0.1"

'-tx' or '--txamount', how mutch tx you want to send? It split your BNB amount in e.g. "-tx 5"
'-hp' or '--honeypot', if you use this Flag, your token get checks if token is honypot before buy!
'-tp' or '--takeprofit', default=0,  Percentage TakeProfit from your input BNB amount. e.g. "-tp 50" 

'-wb' or '--awaitBlocks', default=0, Await Blocks before sending BUY Transaction. e.g. "-ab 50" 

'-so' or '--sellonly', Sell ALL your Tokens from given token address
'-bo' or '--buyonly', Buy Tokens with from your given amount

* = requires