I don't know how hard it would be to implement, but a way to save entries to multiple text files based on the date would be a nice addition for my use at least.
I do know you could do it manually, but a way to just have it as an option when exporting would be nice.
Right now you can do it programmaticaly if you use the command line interface
Here's a python script I made for this purpose. Just add all your channel ids to channels.txt in the same folder, add autoExportSettings.ini with the following:
[settings]
token=[your token here]
Rest can be done with task scheduler.
Closed as duplicate of #32
Most helpful comment
https://pastebin.com/QwTaJtcR
Here's a python script I made for this purpose. Just add all your channel ids to channels.txt in the same folder, add autoExportSettings.ini with the following:
[settings]
token=[your token here]
Rest can be done with task scheduler.