nicolarighetti / CooRTweet

CooRTweet: Coordinated Networks Detection on Social Media | Detects a variety of coordinated actions on social media and outputs the network of coordinated users along with related information.
https://CRAN.R-project.org/package=CooRTweet
Other
32 stars 4 forks source link

Coordination Detection based on text similarity (cotweets) #18

Open mrwunderbar666 opened 1 year ago

mrwunderbar666 commented 1 year ago

Implement "cotweets" (Keller et al 2020)

different accounts managed by a single person (or a team) can tweet the same message seemingly independently – a pattern we will call co-tweeting. This type of coordination is probably most telling of an astroturfing campaign, because regular users are very unlikely to post the same message at the same time.

mrwunderbar666 commented 12 months ago

there are some problems / improvements necessary:

  1. add the skip_short parameter when calling TextReuseCorpus, otherwise it will ignore most tweets
  2. forward keyword arguments to textreuse functions
  3. ensure parallel processing is enabled and working