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
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