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.
inara_updater/Readme.md

40 lines
1009 B
Markdown
Raw Normal View History

2016-01-21 19:10:27 +00:00
# Tools and scripts for Elite: Dangerous
2016-01-21 19:09:20 +00:00
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)
2015-10-26 00:51:48 +00:00
### elite_info.py
elite_info fetches the user's credit balance and current location from the E:D Companion API,
2016-01-21 19:09:20 +00:00
and prints this information. With --dump, it will print *everything* returned by the Companion API.
2015-10-26 00:51:48 +00:00
2016-01-21 19:09:20 +00:00
### 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:
2015-10-26 00:51:48 +00:00
2016-01-21 19:09:20 +00:00
./update_inara.py
2015-10-26 00:51:48 +00:00
2016-01-21 19:09:20 +00:00
### In Windows
2015-10-26 00:51:48 +00:00
2016-01-21 19:09:20 +00:00
Download and run update_inara.exe. (coming soon)