tweetbotornot2
tweetbotornot2 copied to clipboard
🔍🐦🤖 Detect Twitter Bots!
Trying to use predict_bot() but got the following error: Error: Missing the following variables: user_id, screen_name, account_created_at, profile_background_url, profile_banner_url, profile_expanded_url, place_full_name, reply_to_status_id, media_type, hashtags, urls_expanded_url, media_expanded_url, ext_media_expanded_url, mentions_user_id, profile_image_url, account_created_at,...
Thanks for the package! If I have Twitter data collected without using rtweet, what kind of columns/names do I need to run the bot detector?
I'm trying to get the prob_bot for a long list of user ids, 900 to be precise. But when I ran my code some of the values are returned without...
Hi dieguszgz. I also had the same issue. I updated the code and created a pull request that should solve this issue (at least it did in my case). Also,...
Can you describe the machine learning model's architecture, that you used for predicting the bot or human?
> predict_bot(user_ids) Error in predict.xgb.Booster(predmodel, as.matrix(x[, -(1:3)])) : [13:24:29] amalgamation/../src/learner.cc:506: Check failed: mparam_.num_feature != 0 (0 vs. 0) : 0 feature is supplied. Are you using raw Booster interface? Stack...
Hi dude, When I use this fuction: predict_botometer(doc_users, key = "7xxxxxxa3xxxxxxxxxxxxxxxxxxx51", set_key = TRUE, parse = TRUE, verbose = TRUE) The output is: Error in curl::curl_fetch_memory(url, handle = handle) :...
Botometer updated their API URL. I changed it to the new "rapiapi." This is the freemium version (2000 req/d). However, you need to subscribe to the plan so it works....
Will the package update to accept data from rtweet 1.0+?