LAMarketplace is a Lost Ark marketplace scrapper.
Since it got discovered here is a half-baked readme for those willing enough to make it work on their end.
- Take screenshot
- Use text recognition.
- Save data to Google Sheets
- Install tesseract and move it to ./bin
https://github.com/UB-Mannheim/tesseract/wiki - Create new Google Sheets
- In created sheets add new tab called "RAW DATA"
- Create new project in https://console.cloud.google.com/
- Add Google Sheets API into it.
- Create new service account
- Create new private key for this account.
- Rename the file you just downloaded to credentials.json and move it to ./
- Share your sheets with the account you created.
- Get the ID of your sheets from the link.
- in ./ create file called ids.json
{
"sheet_id": "YOUR_SHEET_ID_HERE"
}
- In Lost Ark move your marketplace windows to upper left corner.
- Choose the tab you want to scan.
- Optionally move your character somewhere dark to improve text recognition.
- Run the bot.