QUT-Digital-Observatory / coordination-network-toolkit

A small command line tool and set of functions for studying coordination networks in Twitter and other social media data.
MIT License
72 stars 14 forks source link

How to define time window of co-reply network? #59

Open myrainbowandsky opened 8 months ago

myrainbowandsky commented 8 months ago

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?