PilotsTradeNetwork / EDStockTraderProject

5 stars 2 forks source link

Feature: use inara search to find the FC system on add_FC #17

Closed durzo closed 3 years ago

durzo commented 3 years ago

system name can now be supplied as "auto" and an inara search will be performed to find the carrier system name before the EDSM lookup.

This uses the python package BeautifulSoup to "scrape" inara because there is no API to do what we want. In my tests this is still a fast and repeatable operation.

I left the option to supply the system name manually in case inara is not available or some other reason.