How to define time window of co-reply network?
My understanding is that if users reply the identical text content within the same time window, then, these users are co-reply. For example, the time window is 7 days, and the date range is 60 days. Then, we should slide the time window day by day. We should extract users coreplying text within that time window. How to harvest the users of time window of 7days. May I have an example?
My understanding is that the time window defines the time period within which tweets are compared, e.g. 60 60-second window is used to compare the tweets posted in a 60-second period. Using a sliding window helps avoid edge effects—i.e., missing comparisons between tweets that fall just outside adjacent windows. For example, if the window is set to 7 days, you would set the time window parameter to 606024*7 = 604800 seconds, and the window slides forward in 7-day increments. Moreover, co-reply is the network of coordinated accounts that reply to the same post (it checks the post ID rather than text content). More details can be found in the paper https://link.springer.com/article/10.1007/s42001-024-00260-z