/pancakeswap-trader

Pancakeswap Trading App built with Python

Primary LanguagePython

pancakeswap-trader

PancakeSwap Trader is a simple script to help you trade on PancakeSwap. It will automatically swap tokens for you and then add liquidity to the pool.

Usage

python3 trader.py

Requirements

  • Python 3.6+
  • pipenv

Installation

pipenv install

Configuration

  1. Create a .env file based on .env.sample.
  2. Fill in the values of the variables in the .env file.
  3. Run python3 trader.py to get started.

Acknowledgements