Warframe Riven Scanner
Uses OCR to scan rivens and upload them to warframe.market.
Does not detect polarity yet.
Requires game resolution of 1920x1080.
The screenshot function might not work correctly if you don't run as administrator.
Requirements:
- .NET Framework 4.8 - https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48
- vc_redist.x86 - https://aka.ms/vs/17/release/vc_redist.x64.exe
Instructions:
- Type "[Riven Mod]" in chat to bring up the Riven Mod selection screen.
- Hover over a riven mod to show its stats.
- Make sure your cursor isn't over the text, then press Ctrl+F to take a screenshot.
- Align the red box over the riven, then click. You probably want to aim for the middle of the triangle at the top of the mod.
- Make sure the detected stats are correct, manually select the polarity.
- Using the UI, login to warframe.market using email & password.
- Input your desired price, then upload!
Notes:
For compilation you need recent version of Visual Studio that supports .NET Framework 4.8.
Nuget Packages:
- Tesseract by Charles Weld
- MouseKeyHook by George Mamaladze
- Fastenshtein by DanHartley
- Some other ones by Microsoft if they're not included by default
Code style? What's that?