Coder Social home page Coder Social logo

limit-sniper's Introduction

Limit Sniper

A mempool sniping bot for Ethereum, Binance Smart Chain, Matic, & Fantom that is able to scan for new liquidity adds on token launches, so as to be able to buy a token as soon as liquidity is added --> in the same block

This bot was built as a learning project for me to learn how to use Web.py, Erc20, & improve my coding skills please use at your own risk!

Grab the Latest Release:

https://github.com/CryptoGnome/Limit-Sniper/releases

HOW TO INSTALL Sniper Bot

There are 3 ways to install Sniper Bot :

 

1. Run The Python Code Locally [this is most ideal and can work on any OS]

Here is a tutorial step-by-step:

PLEASE ADD IT TO PATH BY CHECKING THIS OPTION:

Please install the default package and all those options : image

  • Open Windows Powershell (or Mac Terminal on MacOs)

  • Run this command to locate Sniper folder :

Get-ChildItem -Filter sniper.py -Recurse -ErrorAction SilentlyContinue -Force

  • It should look like this:

  • Copy the Directory

(example : C:\Users\Administrator\Desktop\Limit-Sniper-main)

  • Paste the Directory after the "cd" command to navigate through the bot folder

(example : cd C:\Users\Administrator\Desktop\Limit-Sniper-main)

  • Run command: pip install -r requirements.txt --> this will install all the packages needed to run LimitSwap

 

✅ ✅ ✅ And it's done! ✅ ✅ ✅

 

  • Simply double-click on "sniper.py" and it will run, since you've installed Python 👍👍

 

Pros and cons

🟢 : you are sure of the code that is running on your computer

🔴 : little bit complicated

   

2. Download the pre-compiled package [This can lag behind current version]

That we provide on the Release page : it's a .exe file that you can run on your computer. https://github.com/CryptoGnome/Limit-Sniper/releases

Pros and cons

🟢 : very easy to setup

🔴 : it's pre-compiled, so you cannot check the Source Code

   

3. With Docker

Requirements

MacOS and Windows users require Docker for Desktop https://www.docker.com/products/docker-desktop Ubuntu Linux require Docker installed sudo apt-get install docker.io

Usage

Navigate into the bot directory and build the Docker image by executing the following command:

docker build -t limit_sniper .

(For MacOS and Linux) Still within the main directory you can run Docker via:

docker run --rm --name limit-sniper -it -v $(pwd)/settings.json:/app/settings.json -v $(pwd)/tokens.json:/app/tokens.json limit_sniper

(For Windows with Powershell)

docker run --rm --name limit-sniper -it -v $PWD/settings.json:/app/settings.json -v $PWD/tokens.json:/app/tokens.json limit_sniper

If you wish to run the container in the background please include -d for detached.

The streaming container logs can be visualised with docker logs -f limit_sniper

To stop the bot docker stop limit_sniper

Pros and cons

🟢 : easy to setup if you know Docker

🔴 : needs Docker

 

 

alt text

Developers 🔧

Want to help contribute to LimitSwap, reach out on telegram all you need to do is make changes or fix bugs and we will pay developer bounties in $LIMIT for helping make the bot batter!

Links & Socials:

WiKi

https://limitswapv3.gitbook.io/limitswap/

Website:

https://www.limitswap.com/

Twitter:

https://twitter.com/LimitSwap

Telegram:

https://t.me/LimitSwap

limit-sniper's People

Contributors

cryptognome avatar tsarbuig avatar prt1999 avatar yaqub0r avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.