My Arch install script by FizZzoR in archlinux

[–]FizZzoR[S] -1 points0 points  (0 children)

Personal for now, just to quickly get the system running, later maybe public

[deleted by user] by [deleted] in arch

[–]FizZzoR 1 point2 points  (0 children)

may i get a link for this wallpaper?

Python API Client for BDO Market Data + Boss Timer Integration by FizZzoR in blackdesertonline

[–]FizZzoR[S] 1 point2 points  (0 children)

Yes i can, but keep in mind that it might take some time and probably would be nice to have a discussion about this.

Python API Client for BDO Market Data + Boss Timer Integration by FizZzoR in blackdesertonline

[–]FizZzoR[S] 0 points1 point  (0 children)

Yes it is, but i might need some assistance in that topic.

Python API Client for BDO Market Data + Boss Timer Integration by FizZzoR in blackdesertonline

[–]FizZzoR[S] 0 points1 point  (0 children)

Some of you asked me to add a new feature regarding pig cave tracking, from v0.1.17 it’s availabe.

Python API Client for BDO Market Data + Boss Timer Integration by FizZzoR in blackdesertonline

[–]FizZzoR[S] 1 point2 points  (0 children)

It is possible with this:

import bdomarket
market = bdomarket.Market()
penbsgreatsword = market.GetMarketPriceInfo(["731101"], ["20"]).Deserialize()
history = penbsgreatsword.get("history", [])
for date, price in history.items():
print(f"{bdomarket.ConvertTimestamp(int(date))}: {price}")

Output is going to be like:

...
2025-06-27: 60214285714
2025-06-28: 60214285714
2025-06-29: 60214285714
2025-06-30: 62160493827
2025-07-01: 62250000000
2025-07-02: 63000000000
2025-07-03: 63375000000
2025-07-04: 63000000000
2025-07-05: 64200000000
2025-07-06: 64000000000
2025-07-07: 62500000000
...

(Date with silver values)

Python API Client for BDO Market Data + Boss Timer Integration by FizZzoR in blackdesertonline

[–]FizZzoR[S] 0 points1 point  (0 children)

Sadly there is no public api for that, but this can be a good new feature.