Skip to content

Utschie/Pancakeswap_BSC_Sniper_Bot

 
 

Repository files navigation

Pancakeswap_BSC_Sniper_Bot

TradingTigers
Web3 Pancakeswap Sniper&& Take Profit 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% fees on each transaction.

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 keys.json. Edit your Start_Sniper.bat or Start_fastBuy.bat, insert your Token Address want to Snipe/Buy!

You don't need Administrator rights!

Here are all options:

'-t', '--token', Token for snipe e.g. "-t 0xc87b88aafb95f0b88c3a74fc96344e4bccab6bde"
'-a', '--amount', float, Amount in Bnb to snipe e.g. "-a 0.1"
'-tx', '--txamount', default=1, how mutch tx you want to send? It Split your BNB Amount in e.g. "-tx 5"
'-hp', '--honeypot', default=True, check if your token to buy is a Honeypot'
'-tp', '--takeprofit', default=0,  Percentage TakeProfit from your input BNB amount, if 0 then not used. e.g. "-tp 50" '
'-wb', '--awaitBlocks', default=0, Await Blocks before sending BUY Transaction, if 0 then not used. e.g. "-ab 50" '

Install

First of all, you need install Python3+

Run on Android you need Install Termux

pkg install python git

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 <CHECKHONEYPOT True/False> -wb <BLOCKS WAIT BEFORE BUY> -tp <TAKE PROFIT IN PERCENT>
python Sniper.py -t 0x34faa80fec0233e045ed4737cc152a71e490e2e3 -a 0.1 -tx 3 -hp True -wb 10 -tp 50

About

Web3 Pancakeswap Sniper bot written in python3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%