I'd like to have a Python script that will automatically combine a bunch of RTF files for me. I've come across partial solutions involving opening them as Word application objects, but I don't know how to get to the next step of combining them. I also don't really have the time or the interest to learn how to manually parse RTF formats.
I suspect the files won't use different fonts or colours or anything, but that could change, I'm not the one producing them.