I was testing the package on my follower list. I am having this error. I have about 900 followers in twitter.
> data <- botornot(df.haseebmahmud$screenName)
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: /1.1/statuses/user_timeline.json - Not authorized.
Warning: Rate limit exceeded - 88
Error in `$<-.data.frame`(`*tmp*`, "app", value = "twitter") :
replacement has 1 row, data has 0
Could anyone can give me any hint what is wrong? I have the same error with an account having 80000 followers. Also, I tried to run the example codes and had the same error in data.frame.
> users <- c("realdonaldtrump", "netflix_bot",
+ "kearneymw", "dataandme", "hadleywickham",
+ "ma_salmon", "juliasilge", "tidyversetweets",
+ "American__Voter", "mothgenerator", "hrbrmstr")
> dataq <- botornot(users)
Warning: Rate limit exceeded - 88
Error in `$<-.data.frame`(`*tmp*`, "app", value = "twitter") :
replacement has 1 row, data has 0
I was testing the package on my follower list. I am having this error. I have about 900 followers in twitter.
Could anyone can give me any hint what is wrong? I have the same error with an account having 80000 followers. Also, I tried to run the example codes and had the same error in data.frame.
My sessioninfo() is as follows,