Go to file
JoYo db3806e78f tcc cli script 2022-01-05 15:40:58 -05:00
banana tcc cli script 2022-01-05 15:40:58 -05:00
.gitignore simplified to a single parameter 2021-12-07 18:33:22 -05:00
Dockerfile update live addons 2021-12-15 18:06:20 -05:00
LICENSE Initial commit 2021-12-05 19:27:05 +00:00
README.mdown get version from esoui 2021-12-14 17:21:42 -05:00
banana.service init 2021-12-05 14:29:43 -05:00
banana.timer init 2021-12-05 14:29:43 -05:00
docker-compose.yaml simplified to a single parameter 2021-12-07 18:33:22 -05:00
makefile init 2021-12-05 14:29:43 -05:00
setup.py tcc cli script 2022-01-05 15:40:58 -05:00

README.mdown

Elder Scrolls Online Commadline Addon Manager

Elder Scrolls Online addon manager and a Tamriel Trade Centre price table updater.

MIT License

It is recommended that you back up your ESO live profile before using banana in case you want to revert back.

On Windows, press Windows Key + e to open a file explorer and enter the following path in the address bar:

%HOME%\Documents\Elder Scrolls Online\

Make a copy of the live folder and rename it to something meaningful like old or backup.

Dependencies

python3-pip

Linux Installation

Windows Installation

Usage

Linux Development

Use docker to test the python components. For docker installation run the following commands on Ubuntu 20.04:

sudo apt-get update && sudo apt-get install -y \
    docker-compose \
    docker.io \
    && apt-get clean

sudo usermod -aG docker $USER

Build and run the dev environment by entering the following commands:

cd ./banana/
docker-compose build
docker-compose run banana