Skip to content

Commit

Permalink
Merged in orphu/tradedangerous/edapi (pull request #133)
Browse files Browse the repository at this point in the history
Add an API plugin
  • Loading branch information
kfsone committed Jun 14, 2015
2 parents b1128a8 + 5269b73 commit eb1c48e
Show file tree
Hide file tree
Showing 2 changed files with 673 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,23 @@ To take maximum advantage of Maddavo's services, you should consider using "-O c
use2d: Force download of the 2-days .prices file
usefull: Force download of the full .prices file

##Elite Dangerous Mobile API import plugin:

Frontier provides an API for their mobile app. This can be used to report accurate information about your currently docked station such as market prices, shipyard, and other station information. The "edapi" plugin provides a way to accurately import this information into your prices file and optionally report the market prices to EDDN.

###Basic usage:

trade.py import --plug edapi
This will query the API for information abotu your currently docked
station and import any market prices and shipyard information
available. You will be prompted to enter any missing station information.

trade.py import -P edapi -O eddn
This will do the same thing, but also post your market into to EDDN.

###Options (-O):

eddn: Post market prices to EDDN.

##MARKET sub-command:

Expand Down
Loading

0 comments on commit eb1c48e

Please sign in to comment.