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

Database processing can accept user timeline JSON as input file (twarc2) #20

Closed timothyjgraham closed 2 years ago

timothyjgraham commented 2 years ago

It would be very helpful to be able to input user timeline data for database processing and network construction, collected in twarc2 via the following command: https://twarc-project.readthedocs.io/en/latest/twarc2/#timelines

This is especially important as I develop the workflow for detecting coordinated inauthentic behaviour, as the user timeline data is the second step once we've identified the smaller clusters of coordinated users via the search terms.

SamHames commented 2 years ago

Huh, I would've thought that would just work? What error did you run into?

timothyjgraham commented 2 years ago

Oh no… I can’t seem to reproduce the error, and now it works? This will teach me to try and get sneaky work done late at night. I’ll close for now and if it comes up again will reopen. Thanks Sam.

From: Sam Hames @.> Date: Monday, 20 September 2021 at 9:29 am To: QUT-Digital-Observatory/coordination-network-toolkit @.> Cc: Timothy Graham @.>, Author @.> Subject: Re: [QUT-Digital-Observatory/coordination-network-toolkit] Database processing can accept user timeline JSON as input file (twarc2) (#20)

Huh, I would've thought that would just work? What error did you run into?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/QUT-Digital-Observatory/coordination-network-toolkit/issues/20*issuecomment-922555410__;Iw!!NVzLfOphnbDXSw!QrdWk6wZMCWISUN0i5hd5UX0zB2YPIPT5Hzdns_y4Vaa-FLdj9--S91WsERBTxxef7bH1-A$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/ACWDTL2RNKMJR3LGDA56OV3UCZW4JANCNFSM5EGMCOIA__;!!NVzLfOphnbDXSw!QrdWk6wZMCWISUN0i5hd5UX0zB2YPIPT5Hzdns_y4Vaa-FLdj9--S91WsERBTxxexpAjB-Y$. Triage notifications on the go with GitHub Mobile for iOShttps://urldefense.com/v3/__https:/apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675__;!!NVzLfOphnbDXSw!QrdWk6wZMCWISUN0i5hd5UX0zB2YPIPT5Hzdns_y4Vaa-FLdj9--S91WsERBTxxeK_vzVAE$ or Androidhttps://urldefense.com/v3/__https:/play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign*3Dnotification-email*26utm_medium*3Demail*26utm_source*3Dgithub__;JSUlJSU!!NVzLfOphnbDXSw!QrdWk6wZMCWISUN0i5hd5UX0zB2YPIPT5Hzdns_y4Vaa-FLdj9--S91WsERBTxxeCarwWmI$.

timothyjgraham commented 2 years ago

Closing because I can't reproduce the error...