Carleslc / pancakeswap-prediction-bot

Data analysis and prediction for PancakeSwap Prediction game

Home Page:https://pancakeswap.finance/prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pancakeswap-prediction-bot

Data analysis and prediction for PancakeSwap Prediction game

Install

First, install the dependencies:

pip install --use-pep517 -U -r requirements.txt

Then, create a .env file from the template:

cp .env.template .env

Download BNB/USDT data with Binance API

Fill the .env with your Binance API BINANCE_API_KEY and BINANCE_API_SECRET

python data.py

Data will be stored in data/bnbusdt_7_day_1m.csv (7 days of BNB/USDT in 1 minute candles)

You can change the length and interval to download in settings.py

Download Pancakeswap Prediction Data with BscScan API

Fill the .env with your BscScan API BSCSCAN_API_KEY

python pancake.py

Data will be stored in data/pancake_prediction.csv

About

Data analysis and prediction for PancakeSwap Prediction game

https://pancakeswap.finance/prediction


Languages

Language:Python 100.0%