coordination-network-toolkit icon indicating copy to clipboard operation
coordination-network-toolkit copied to clipboard

A small command line tool and set of functions for studying coordination networks in Twitter and other social media data.

Results 25 coordination-network-toolkit issues
Sort by recently updated
recently updated
newest added

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...

I tried to run the python package on a set of about 40k tweets and got this error: ![image](https://github.com/QUT-Digital-Observatory/coordination-network-toolkit/assets/42078086/0387e717-67b9-41df-b977-f131fba91d2b) ![image](https://github.com/QUT-Digital-Observatory/coordination-network-toolkit/assets/42078086/35ae019f-cb66-4a03-a0b8-85e8c3948d1e) I tried some smaller subsamples... same thing. Any ideas?

Hi there, I have a large size of social media dataset (~44GB after preprocessed into sqlite db). When I ran the package in my terminal, I constantly encountered the error...

python 3.8.15 ubuntu 22.04.1 LTS ``` coord_net_tk.compute_networks.compute_co_similar_tweet(db_name, n_threads=50, time_window=55) similarity_graph1 = coord_net_tk.graph.load_networkx_graph(db_name, "co_retweet") coord_net_tk.compute_networks.compute_co_similar_tweet(db_name, n_threads=50, time_window=5) similarity_graph2 = coord_net_tk.graph.load_networkx_graph(db_name, "co_retweet") ``` `similarity_graph1 ` and `similarity_graph2` are identical. What happened??

python 3.8.15 ubuntu 22.04.1 LTS When I input `compute_networks bucha.db compute co_retweet --time_window 5 --output_file ./analysis/coretweet_5s.csv --output_format csv ` I have: `TypeError: output_gephi_csv() got an unexpected keyword argument 'n_messages'` If...

Hi team, This looks like a really interesting toolkit, but we have not been able to use it much as we are primarily R users. Is there any possibility of...

Hi, I have tried with the option "twarc2 csv file.json file.csv" and it doesn't work. Is there a way to convert it? Thanks.

Potentially add flag for anonymised data to pre-processing of json and csv. needs to retain a value for both to ensure data set will work with toolkit. Note: Check with...

enhancement

I have obtained a set of tweets in the json format from the Twitter API. However, there is an error showing up when I try to process the json into...

Hi, thank you for this toolkit. I am getting an Operational Error while using the compute command both from command line and python API. Please see the below screenshot. Could...