tools for prosperous universe

raylu 5b287db18e supply: use exports from previous planets 14 小時之前
ts 442f6b27da set up popover for buy 5 天之前
www 1c89938b5c buy webpage 5 天之前
.gitignore 1c89938b5c buy webpage 5 天之前
bun.lock f9349e0fc1 roi webpage 1 周之前
buy.py b0981fc09a buy: fetch concurrently 2 天之前
cache.py bba1a470f3 market: analyze markets concurrently 2 天之前
config.py cb1c042e2f supply: redo ignore_materials 1 周之前
integration.py 33c60219f1 vertical integration analyzer 1 月之前
market.py bba1a470f3 market: analyze markets concurrently 2 天之前
package.json 1c89938b5c buy webpage 5 天之前
pyproject.toml 604543ee88 market: estimate bids/asks filled 1 月之前
readme.md cb1c042e2f supply: redo ignore_materials 1 周之前
roi.py bcd3176086 roi: include habitation area and capex 1 周之前
sell.py 6b1a9d8a38 sell: show instant cash and total loss 4 天之前
supply.py 5b287db18e supply: use exports from previous planets 13 小時之前
tsconfig.json f9349e0fc1 roi webpage 1 周之前

readme.md

supply cart

install uv: https://docs.astral.sh/uv/getting-started/installation/

get a FIO API key from https://fio.fnar.net/settings and create a config.toml like

username = 'raylu'
fio_api_key = 'uuid_here'

[market]
ignore_warehouses = ['HRT']

[supply.promitor]
ignore_materials = ['RAT']

uv run supply.py promitor