I am working on a python code that exports data from Trello cards to create a PowerPoint and to save attachments to a folder.
I was able to use the API to get custom fields, labels, attachments very easily thanks to the provided API.
But we see a need to be able to export the comments on the cards. I see that the API only provides the ability to delete and add comments but not exporting.
Is there any existing way I could do this or it could be included in the API? It would be very helpful for out reports.