Posts: 974
Threads: 105
Joined: Dec 2015
07-19-2019, 09:39 PM
(This post was last modified: 07-19-2019, 09:40 PM by Penguin.)
So today at work I had to compile one of my python scripts into an executable...
So since I now know how to do that, I'll be able to make a windows executable that searches through the chat logs.
I'll probably write that tonight and post here again :>
Also, for linux and *shudder* mac, I _may_ be able to make a version for you guys too
Posts: 743
Threads: 32
Joined: Dec 2017
yay! glad to hear it
8/15/2015
7/29/2019
5/3/2022
2/14/2023
Posts: 88
Threads: 14
Joined: Apr 2017
Posts: 974
Threads: 105
Joined: Dec 2015
07-20-2019, 04:37 AM
(This post was last modified: 07-20-2019, 04:41 AM by Penguin.)
I may or may not have forgotten how to open gzip files and it's taking a little longer than expected. On the brightside, the config file is working properly and it is iterating through the chatlogs quite nicely.
TODOs:
- Get gzip extraction working properly
- Check for "results" folder, or create one.
- Write search results into a text file inside results folder (or overwrite a previous search for the same term)
- (possibly) allow refinement of search by before and after dates
- (possibly) allow more complex searching by implementing regex matching
actually, wait. regex matching is super easy in python. I'll put that in tomorrow
Posts: 974
Threads: 105
Joined: Dec 2015
07-28-2019, 03:18 AM
(This post was last modified: 07-28-2019, 03:18 AM by Penguin.)
OK guys I finally made this program.
You can download it from onedrive
here
Posts: 743
Threads: 32
Joined: Dec 2017
Yay!
8/15/2015
7/29/2019
5/3/2022
2/14/2023
Posts: 64
Threads: 9
Joined: Sep 2018
(07-28-2019, 03:18 AM)Penguin Wrote: OK guys I finally made this program.
You can download it from onedrive here
Can I get the python source code? Just for fun and learning
Posts: 974
Threads: 105
Joined: Dec 2015
(07-28-2019, 02:37 PM)EspInquisition Wrote: Can I get the python source code? Just for fun and learning
Code is now available on
github