A Pancakeswap v2 trading client with limit orders and much more

Pancakeswap v2 trading client

A Pancakeswap trading client (and bot) with limit orders, stop-loss, custom gas strategies, a GUI and much more.

If you have any questions or inquiries, you can contact me via telegram: aviddot

Check out the demo of my Pancakeswap sniping bot: https://github.com/aviddot/Pancakeswap-sniping-bot-demo

Pancakeswap-v2-trading-client

Prerequisites

  • An ethereum/bsc address
  • A Windows machine
  • Not sure whether needed anymore: Visual C++ build tools (www.visualstudio.microsoft.com/visual-cpp-build-tools/)

Getting started

  1. Read prerequisites

  2. Download the latest release or download “configfile.py” and “pancakeswap_bot.exe” from the repository.

  3. Open “configfile.py” (with notepad for instance) and add your ethereum address and personal key at the bottom of the file between the quotation marks(”).

...
my_address = ''
my_pk = ''
  1. Run “pancakeswap_bot.exe”