OF-DL icon indicating copy to clipboard operation
OF-DL copied to clipboard

Getting text from posts

Open vaxtermat opened this issue 2 years ago • 5 comments

Hello! I would like to know if it is possible to download the text in the posts.

I saw that there are possible entries in the metadata files so I would like to make sure this can be obtained or showed in some way.

Thank you in advance!

vaxtermat avatar Nov 02 '23 09:11 vaxtermat

You could try using a custom filename format and use the 'text' variable. I don't really recommend this as you'll face some problems with illegal characters which are not allowed in filenames + the length of the text might exceed the maximum filename size. I would say use it at your own risk as I still need to make something to format them correctly.

sim0n00ps avatar Nov 02 '23 09:11 sim0n00ps

OK, thank you. I will wait patiently until this could be implemented.

vaxtermat avatar Nov 02 '23 10:11 vaxtermat

Try it first, in config.json set PostFileNameFormat to {text}

sim0n00ps avatar Nov 02 '23 10:11 sim0n00ps

Try it first, in config.json set PostFileNameFormat to {text}

The raw {text} output often contains illegal characters and messy stuff like emojis, etc. May I suggest an option to simply output the titles into a text file, along with the file name? This way, I can use external tools such as Advanced Renamer to bulk rename the files with the titles, and handle the random characters easier. Thank you!

amezhong1 avatar Nov 30 '23 07:11 amezhong1

Can messages be output as text files?I'd like to save the actual conversations I have with the guys I subscribe to.How would I do that?...or does this need to be implemented later?

Osiris3-0 avatar Dec 17 '23 01:12 Osiris3-0

Can messages be output as text files?I'd like to save the actual conversations I have with the guys I subscribe to.How would I do that?...or does this need to be implemented later?

All messages are saved in the metadata DB file, you can export/view them all using a tool like https://sqlitebrowser.org/

sim0n00ps avatar Jun 05 '24 22:06 sim0n00ps