I'm trying to access the Twitter API using the R
package rtweet
. Using the command rtweet::get_timeline("@me")
, I'm able to pull the latest 100 tweets from the account @me. I'm trying to see if these tweets have a warning label on them, and if so what was the probability of them being labeled. I read twitter uses an algorithm to flag tweets with potential misinformation then sends them to human review. Is this information able to be seen?
Thanks!