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-21 15:13:59 -05:00
elite_api@7078b7dc38 Use latest elite_api 2016-01-21 15:13:59 -05:00
FreePIE Overhaul our readmes. 2016-01-21 14:09:20 -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
elite_info.py Fix migration errors. 2016-01-21 14:45:34 -05:00
Readme.md Add missing text from readme 2016-01-21 14:10:27 -05:00
requirements.txt Add a bunch of usability stuff, including GUI support in Windows. 2016-01-21 13:45:45 -05:00
update_inara.py Merge conflicts in update_inara. 2016-01-21 14:47:06 -05:00
utils.py Clean up gui config entry to work correctly. 2016-01-21 13:55:12 -05:00

Tools and scripts for Elite: Dangerous

This package provides a collection of scripts I have found useful for Elite: Dangerous.

update_inara.py

update_inara will fetch your location and credit balance from E:D, and update your inara.cz profile automatically. There is also a Windows binary available. (soon)

elite_info.py

elite_info fetches the user's credit balance and current location from the E:D Companion API, and prints this information. With --dump, it will print everything returned by the Companion API.

FreePIE

This directory contains scripts used with the FreePIE software. See FreePIE/Readme.md for details.

Using the Python Scripts

In Linux

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

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

Now, just run the script:

./update_inara.py

In Windows

Download and run update_inara.exe. (coming soon)