Giter VIP home page Giter VIP logo

oshabi's Introduction

oshabi push GitHub go.mod Go version GitHub tag (latest by date) GitHub license GitHub all releases

screenshot of oshabi home view

A scanner for Path of Exile harvest horticrafting stations and sacred grove.

Features

  • Fully automated scanning of currently open grove/horticrafting station.
  • OCR Support for all in-game languages (looking for translators for UI).
  • Works on both Windows and Linux.
  • Does not require AutoHotkey.
  • Automatic scaling detection.
  • Remembers custom pricing.

Installation

Windows

Download the latest installer from here.

Linux

Arch

yay -S oshabi-bin

Ubuntu (and derivatives)

First install tesseract and leptonica (from a PPA because ubuntu "latest" is from 2019):

sudo add-apt-repository -y ppa:alex-p/tesseract-ocr-devel
sudo apt install -y libtesseract5 liblept5

Then you need to clone and build OpenCV:

sudo apt install -y unzip wget build-essential cmake curl git libgtk2.0-dev libgtk-3-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libdc1394-dev libasound2-dev
rm -rf /tmp/opencv && mkdir /tmp/opencv && cd /tmp/opencv
curl -Lo opencv.zip https://github.com/opencv/opencv/archive/4.6.0.zip
unzip -q opencv.zip
curl -Lo opencv_contrib.zip https://github.com/opencv/opencv_contrib/archive/4.6.0.zip
unzip -q opencv_contrib.zip
rm opencv.zip opencv_contrib.zip
mkdir /tmp/opencv/opencv-4.6.0/build && cd /tmp/opencv/opencv-4.6.0/build
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_SHARED_LIBS=ON -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv/opencv_contrib-4.6.0/modules -D BUILD_DOCS=OFF -D BUILD_EXAMPLES=OFF -D BUILD_TESTS=OFF -D BUILD_PERF_TESTS=OFF -D BUILD_opencv_java=NO -D BUILD_opencv_python=NO -D BUILD_opencv_python2=NO -D BUILD_opencv_python3=NO -D WITH_JASPER=OFF -D WITH_TBB=ON -DOPENCV_GENERATE_PKGCONFIG=ON ..
make -j $(nproc --all)
make preinstall
sudo make install
sudo ldconfig
cd ~/ && rm -rf /tmp/opencv

Usage

When calibrating, make sure that the bottom left and top right of your PoE window are not obstructed:

Here is a video showcasing the tool:

List of things that could be done

  • Manual screenshot support
  • Display current value of an Exalted Orb
  • Manually modifiable craft list
  • Configurable ignore-list of crafts
  • Configurable channel message
  • macOS Release
  • AppImage
  • deb package
  • rpm package

oshabi's People

Contributors

vilsol avatar github-actions[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

oshabi's Issues

Duplicate task

These are both the same task. Exactly one of them will run each time, but never both because they have opposite conditions. This is probably unintentional. Other workflows have the same issue.

- name: Install OpenCV
if: steps.cache-opencv.outputs.cache-hit != 'true'
run: cd .github && ./build_windows.cmd
- name: Install OpenCV
if: steps.cache-opencv.outputs.cache-hit == 'true'
run: cd .github && ./install_windows.cmd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.