-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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 a username or prob_bot. Has anyone faced a similar issue or knows why this might be happening?
My code is
`users<-(read.table(sprintf("FollowersUser%s.txt",v), header = TRUE, colClasses = 'character'))
user_ids <- users$user_id
p <- predict_bot(user_ids)
write_xlsx(p, sprintf("User%s.xlsx",v))`
FollowersUser is a txt file which has one column titled "user_id", that has the user ids of 900 of "User's" followers. These were scraped as strings using Tweepy.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels