A free sniper bot built to work with PancakeSwap: Router V2

Overview

Pancakeswap Sniper Bot

PancakeSwap sniper bot.

Automated sniping bot to snipe crypto coin launches.

How it works

The sniping bot can be used in three different cases:

  1. In a fair launch. the token address is announced just at the time of launch, usually via telegram or other social networks. Copy & Pasting quickly is crucial in order to be the first buyer and obtain the best price (hopefully close to listing price) before all the hype. However, using PancakeSwap is slow and doing it manually wastes some very important seconds. The bot only needs to know the token address, then it quickly sends a buy transaction.
  2. In a coin listing where the address is already known before the listing time. Here, the sniping bots get a larger advantage over manual traders. The sniper checks the liquidity of the pancakeswap pool several times in every second and sends a contract whenever it gets filled.
  3. Limit orders in pancakeswap. It can also be used to execute limit orders and avoids the need of being constantly staring at the graph.

Features

Wallet Information

  • Address: ERC/BSC Wallet address.
  • Private Key: Private key of the ERC/BSC wallet. The private key is kept only locally and it is not share with any other device.

Token Information

  • Contract Address: Address of the conttract you want to snipe in.

Bot Configuration

  • BNB to trade: The amount of BNB you want to use to purchase the token.
  • Max Price to Buy: The maximum price the user is willing to pay for the token. Put a large number if you do not care.
  • Min Price to Sell: The minimum price the user is willing to accept as a selling price.
  • Min Gain to Sell: The minimum gain the user is willing to accept. A 100% gain is equivalent to doing a 2x. If this, and the previous slots are filled, the lowest price will be taken into account.
  • Buy and Sell token: If this box is checked, the bot will buy at listing time and sell whenever any of the conditions is fulfilled. If your intention is to HODL the tokens and you are not interested on selling, you can uncheck the box and the bot will only buy.
  • Price Check Frequency: The frequency in which the bot check if there is liquidity and a trade can be executed.
  • Slippage: The price change percentage you are willing to accept whenever a buy is performed. Usually in listings the price fluctuates due to the buying and selling pressure. This may lead to purchases with a great variation from your original price.
  • Max Gas: The max amount of gas you accept to use. Put this around 800000 to ensure succesful trades
  • Gwei: The greater this value the bigger the chances of buying the first. Usually pancakeswap puts this at 5, however, we recommend a larger value to be faster (>15)
  • Log: The log box will help the user and notify whenever any change or any error happens.

![Screensho

Bot Setup

  • First you need a Ethereum (ERC) / Binance Smart Chain (BSC) wallet, such as Metamask which is easily configurable.
  • Once you create your wallet, you need to save the wallet address (started with 0x...) and the private key, which will be used to perform the transactions using your wallet. For detailed instructions on how to export the private key refer to this article.
  • You need BNB to trade. It can be purchased on Binance or any other exchange. The only thing you need to do is transfer those BNBs to your wallet.
  • Download the executable and run it.If scanning fails to open the file, install python
  • Fill the edit-text boxes with your wallet information and the token you want to purchase. Configure the sniper as you wish.
  • Press the Snipe button to start sniping.

Disclaimer

We are not responsible for the actions taken with this bot. There are no guarantees expressed or implied. The buyer assumes all responsibility and liability.

License

Code released under the [MIT License](https://opensource.org/licenses/MIT

A small repository with convenience functions for working with the Notion API.

Welcome! Within this respository are a few convenience functions to assist with the pulling and pushing of data from the Notion API.

10 Jul 09, 2022
JAWS Pankration 2021 - DDD on AWS Lambda sample

JAWS Pankration 2021 - DDD on AWS Lambda sample What is this project? This project contains sample code for AWS Lambda with domain models. I presented

Atsushi Fukui 21 Mar 30, 2022
BoostIRC - IRC Bot which posts boosts to IRC

BoostIRC Quick Start git clone https://github.com/valcanobacon/BoostIRC.git cd B

7 Dec 23, 2022
Template to create a telegram bot in python

Template for Telegram Bot Template to create a telegram bot in python. How to Run First add src to PYTHONPATH: export PYTHONPATH=${PWD} Then run: pyt

Ali Hejazizo 12 Dec 24, 2022
An Amazon Price Tracker app helps you to buy which product you want within sale price by sending an E-Mail.

Amazon Price Tracker An Amazon Price Tracker app helps you to buy which product you want within sale price by sending an E-Mail. Installing Download t

Aytaç Kaşoğlu 2 Feb 10, 2022
This is a simple Python bot to identify sentiments in tweets

Twitter-Sentiment 👋 Hi There! 📱 This is a simple Python bot to identify sentiments in tweets 👨‍💻 This project was made for study, and pratice. You

Guilherme Silva 1 Oct 28, 2021
Running Performance Calculator

Running Performance Calculator 👉 Have you ever wondered if you ran 10km at 2000

Davide Liu 6 Oct 26, 2022
EthSema - Binary translator for Ethereum 2.0

EthSema is a novel EVM-to-eWASM bytecode translator that can not only ensure the fidelity of translation but also fix commonly-seen vulnerabilities in smart contracts.

weimin 8 Mar 01, 2022
An attendance bot that joins google meet automatically according to schedule and marks present in the google meet.

Google-meet-self-attendance-bot An attendance bot which joins google meet automatically according to schedule and marks present in the google meet. I

Sarvesh Wadi 12 Sep 20, 2022
Wrapper for the Swiss Parliament API for Python

swissparlpy This module provides easy access to the data of the OData webservice of the Swiss parliament. Table of Contents Installation Usage Get tab

Stefan Oderbolz 8 Jun 13, 2022
Telegram Link Shortener Bot (With 20 Shorteners)

Telegram ShortenerBot ShortenerBot: 🇬🇧 Telegram Link Shortener Bot (11 + 9 Shorteners) 🇹🇷 Telegram Link Kısaltıcı Bot (11 + 9 Kısaltıcı) All suppo

Hüzünlü Artemis [HuzunluArtemis] 10 May 24, 2022
Python library to connect to Firebots API

This is a firebot library to connect to Firebots API. https://firebot.app/ From Firebots Website: "Firebot is a fully featured open-source bot that c

1 Jan 08, 2022
Python client for Vektonn

Python client for Vektonn Installation Install the latest version: $ pip install vektonn Install specific version: $ pip install vektonn==1.2.3 Upgrad

Vektonn 16 Dec 09, 2022
Automatic SystemVerilog linting in github actions with the help of Verible

Verible Lint Action Usage See action.yml This is a GitHub Action used to lint Verilog and SystemVerilog source files and comment erroneous lines of co

CHIPS Alliance 10 Dec 26, 2022
PS3API - PS3 API for TMAPI and CCAPI in python.

PS3API PS3 API for TMAPI and CCAPI in python. Examples Connecting and Attaching from ps3api import PS3API PS3 = PS3API(PS3API.API_TMAPI) if PS3.Conn

Adam 9 Sep 01, 2022
471 Dec 24, 2022
Manage gmail account using python, forget about imap and just code what you supposed to do.

GGmail Manage gmail account using python, forget about imap and just code what you supposed to do. Help See documentation for more details. Install In

Dylan Do Amaral 6 Sep 23, 2022
Discord.py-Bot-Template - Discord Bot Template with Python 3.x

Discord Bot Template with Python 3.x This is a template for creating a custom Di

Keagan Landfried 3 Jul 17, 2022
Riffdog Terraform scanner - finding 'things' in the Real World (aka AWS) which Terraform didn't put there.

riffdog Riffdog Terraform / Reality scanner - finding 'things' in the Real World which Terraform didn't put there. This project works by firstly loadi

Riffdog 4 Mar 23, 2020
A custom discord bot maker in python

custom-discord-bot-maker Sorry for using Translator. Each description may be inaccurate. how to use 1. Make new application at https://discord.com/dev

2 Nov 29, 2021