poma / PoeHorticraftingScanner

Will scan your stash finding all Horticrafting Stations and their crafts formatted for discord trading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POE Horticrafting Scanner

Will scan your stash finding all Horticrafting Stations and their crafts formatted for discord trading.

Example of short output

Example of full output

Based on POE_Horticrafting_Tracker by Corbris

Installation

git clone https://github.com/poma/PoeHorticraftingScanner
npm install

Open the config.json file and enter your poe accountName and your POESESSID. Your POESESSID is a cookie used to login to https://www.pathofexile.com. Find it by using your browsers dev tools and locating it under cookies.

To generate short output to use for discord run:

npm run short

If you want you can output this into a file with

npm run short > output.txt

To generate a full list of crafts run:

npm run full

Config

hideCategories: Categories that you don't want to show in the discord formatted output, for example ["Randomise", "Other"]

hideLevelUnder: hide all crafts that are under this ilevel

About

Will scan your stash finding all Horticrafting Stations and their crafts formatted for discord trading


Languages

Language:JavaScript 100.0%