Hello everyone.
I’ve been trying for some time to make an application that would allow me to capture messages from WhatsApp conversations and turn them into tiddlers.
A month ago I started testing with GPT Chat and I managed to get it to do almost everything as I wanted but something always failed and when trying to correct it something else was damaged.
That’s why I talked to my friend Javi, a programmer for many years, and he reviewed the program for me and improved it so that now it does everything the way I wanted it to.
It’s a python file, which needs to be kept together with a text file called “data”. This text file is what we get when we tell Whastapp to export the content of a chat.
The program creates a tiddler for each message, assigns two labels (obviously you can change them to your liking), creates a field called Contact that corresponds to the person who sent me that message, also creates a field with the date of said message ( I did this in case in the future I needed that field to better filter the data)
Obviously the program can be greatly improved and could be customized in various ways. It works fine for me, however use it carefully.
You can download it from here: Dropbox - Whastapp_importer - Simplify your life
I am not responsible for the operation of this program or possible problems derived from its use, such as loss of data, etc…
I hope it will be as helpful to someone as it has been to me.
All the best.