EU LogBuckets

Detritus

Sel-requested Deactivation
Joined
Sep 25, 2016
Posts
1,084
Avatar Name
Detritus the Troll
This is a very simple tool but posting it in case others find it useful.

Basically, it allows you to setup a number of filters on the chat log, and when a match is made it stores that line in a "bucket", with optional system tray notification. Filters support multiple keyword matches with required, negated, grouping, and whole phrase operators.

Useful for trade (get notified for a particular item), logging system events (e.g. skill gains), logging land area activity, or as a spam filter (can perform deduplication), or who knows what.

Credit to Killer Bee for the idea, I can only be blamed for the code.

Full source for the project is here if you want to mess with it: https://github.com/detritus-eu/logbuckets

There is a binary build on the release page: https://github.com/detritus-eu/logbuckets/releases

Nothing to install, just unzip and run.

logbuckets_947991.jpg
 
Last edited:
Awesome...

I have been using powershell to do this but i wanted something like this thanks !
 
Awesome tool :yay:
 
Wow thats pretty neat!

Does it ping or something when it gets a match? Ill be testing it out for sure ^_^
 
Last edited:
Does it ping or something when it gets a match?

It gives a (optional) toast notification in the system tray, but it would be easy enough to add other notification types.
 
It gives a (optional) toast notification in the system tray, but it would be easy enough to add other notification types.

Very cool :) Wish I knew how to code like that :D

Maybe the "toasty" sound from mortal Kombat would be awesome hahaha or a customizable sound for people to just have fun with it ^_^
 
Haven't been very motivated for anything EU lately, but I've received some very kind feedback and suggestions and got off my ass to implement them.


Latest release v1.2.0 - https://github.com/detritus-eu/logbuckets/releases/tag/v1.2.0


New features:

  • HTML entities are now decoded from the chat log - e.g. > now displays as >
  • Audio alerts added - I've included a few but it will support any WAV file; currently only WAV as that is natively supported by the framework. There are free online converters if you need to convert something from a different format.
  • Quote operators added for whole phrase matching




Maybe the "toasty" sound from mortal Kombat would be awesome hahaha or a customizable sound for people to just have fun with it ^_^

There is a surprise for you in this release. :laugh:
 
Thank you for this new release.
Whole phrase matching is a must have to avoid false positive.

May i suggest a new feature ?
It may be useful to be able to temporarly stop processing a bucket without delete it.
A checkbox "active bucket" will do it fine :)

Thank in advance
 
Bestest app ever :yay::yay::yay:

toasty!
 
Back
Top