![]() |
|
|
|
#1
|
||||
|
Quote:
Not the current system, sorry. The new system does have the usage of regex named groups, so you can parse values out of lines. | |||
|
#2
|
||||
|
Quote:
| |||
|
#4
|
||||
|
Quote:
| |||
|
#5
|
|||
|
This is a wonderful parser, I absolutely love it. It's trivial to use, and requires no setup.
I did have some concerns and my AV complained about the 21 VirusTotal detections which seem to be python-packing related false positives. However I have a question - I have run nparse.exe twice in the past days and it always phones home to 2605:de00:1:1:4a:2:0:d2 which is GoDaddy... What's this about? I blocked it in my firewall for now. Cheers again for the parser! | ||
|
#6
|
||||
|
Quote:
When you load nParse it makes a request to my API for the version information. This way, I can let people know when a new version is out. You should be able to turn this behaviour off if you go to settings and turn off update checking. Here is the relevant code from the master branch (the source of the current Executable release): The call: https://github.com/nomns/nparse/blob.../nparse.py#L25You can even visit the link yourself and see what it gives: http://nparse.nomns.com/info/version Also, I will let you know now that in the new version, I will be using gTTS -- https://github.com/pndurette/gTTS. This makes a call to Google's text-to-speech API and returns an mp3. I don't want to use this, but I can't currently find a cross-platform, self-contained library for providing text-to-speech. | |||
|
Last edited by Mirox; 06-05-2020 at 12:19 PM..
| ||||
|
#7
|
||||
|
Quote:
| |||
|
#8
|
|||
|
I've just upgraded to the latest dev release and I really love the extra features like level tracking in profiles, and persistent buff timers.
| ||
|
#9
|
|||
|
how can I use the dev builds?
| ||
|
#10
|
||||
|
Quote:
To use the dev builds you would need to install python onto your computer, and download and either run the nparse source code in python or use python to build your own windows binary. You would also need to install a few python package dependencies that nparse needs using pip, Mirox created a requirements file to help. If this sounds daunting you might want to stick to the stable release until Mirox is happy enough with his code to release a new windows binary. You can see all the various dev tree source code commits on github. . https://github.com/nomns/nparse/commits/dev Personally I've had no problems with the 06/06/20 e905d7a2afa39530106ef3ffe987f57db9537609 tree so far but I've not messed around with custom triggers yet. | |||
![]() |
|
|