Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 666 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 666 Bytes

Auction house

Goal of this project it to extract all prices for all recipes from Lost ark auction house, and find the best recipes to flip, or make yourself.

Scrape recipe data

yarn scrape

OCR data from auction house

This controls your mouse and uses OCR to extract the price information.

Beaware: re-configuration might be needed if a different screen resoution is used. This can be changed in src/AuctionExctractor.js line 9 - 12.

yarn ocr

Analyze data

yarn start

To do

  • Use a reference point to calculate the OCR positions, so it isnt resolution bound.
  • Get better recipe data