Create python virtual environment
python -m venv bardenv
cd bardenv/Scripts
activate
cd../..
Install dependencies:
Bard API
$ pip install bardapi
or
$ pip install git+https://github.com/dsdanielpark/Bard-API.git
Python dotenv
pip install python-dotenv
Run python script:
python app.py