Update your Elite: Dangerous credits and status to inara.cz
This repository has been archived on 2019-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2016-01-31 16:01:05 -05:00
elite_api@f244526458 Add an info panel that shows the data we've most recently pushed. 2016-01-28 13:07:43 -05:00
.gitignore Update gitignore for pyinstaller cruft. 2016-01-21 11:50:33 -05:00
.gitmodules Add elite_api submodule. 2016-01-21 14:36:25 -05:00
actions.py Add 'ship name' to stats, and make it possible to tag ships with names. 2016-01-30 19:00:05 -05:00
elite_info.py Change update_inara to use a Tkinter-based GUI by default. 2016-01-23 03:36:27 -05:00
gui.py Add commas to credit balance and assets. 2016-01-31 16:01:05 -05:00
inara_updater.py Move main python executable to match new project name. 2016-01-31 15:41:12 -05:00
Readme.md Update Readme. 2016-01-31 15:43:55 -05:00
requirements.txt Add a bunch of usability stuff, including GUI support in Windows. 2016-01-21 13:45:45 -05:00
utils.py Add 'ship name' to stats, and make it possible to tag ships with names. 2016-01-30 19:00:05 -05:00

inara.cz updater

The inara updater will fetch your location and credit balance from E:D, and update your inara.cz profile automatically.

Usage

In Windows

Download and run the latest inara_updater.exe from the releases page.

In Linux

First, make sure you have the git submodules and the required python tools:

git submodule init
git submodule update
cd elite_api
git submodule init
git submodule update
cd ..
pip install -r requirements.txt
pip install -r elite_api/requirements.txt

Now, just run the script:

./update_inara.py