Trade Tooling for Path of Exile
Find a file
2025-06-30 23:12:43 -05:00
handlers Move to dynamic handler config system 2025-06-30 16:01:07 -05:00
.gitignore make a simple sqlite3 queue, and queue tasks to process 2025-06-30 13:35:15 -05:00
config.rb Move to dynamic handler config system 2025-06-30 16:01:07 -05:00
docker-compose.yml Add some wrappers to running 2025-06-30 16:20:55 -05:00
Dockerfile Dockerize the setup, move event handling to separate service 2025-06-30 15:02:38 -05:00
event_handler.rb Move to dynamic handler config system 2025-06-30 16:01:07 -05:00
handlers.rb Move to dynamic handler config system 2025-06-30 16:01:07 -05:00
logwatcher.rb Move to dynamic handler config system 2025-06-30 16:01:07 -05:00
queue.rb Dockerize the setup, move event handling to separate service 2025-06-30 15:02:38 -05:00
README.md First commit 2025-06-30 11:48:59 -05:00
start.sh Trap shutdown from start.sh 2025-06-30 23:12:43 -05:00

Path of Exile Trade Tools

This is a repository of some Path of Exile tooling I am throwing together.

The primary goal is to have this be a log watcher, which turns PoE Client log lines into actionable events.

The most important event is that when I tell someone "one sec", I need to remember to get back to them.

Eventual goal is to have this be a simplified package with multiple event handler schemes.