Regarding Tracker store data of all conversations

I want to store all my conversation data into an excel file every time while the server is running. Is there any suggestions for how to store every conversation. Please give me some references for how to store all the data.

An Event Broker would be a good way to handle this. A good example for your use case is this FileProducer class.

Can i name that file like as actions.py or i need to create one folder for that and keep it inside of that. Is this file helps to save the data automatically while user having conversation with bot or need to run that file every time.