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.
python3 trader.py
- Python 3.6+
- pipenv
pipenv install
- Create a
.env
file based on.env.sample
. - Fill in the values of the variables in the
.env
file. - Run
python3 trader.py
to get started.