Botometer Pro

免费增值
通过 Observatory on Social Media | 已更新 17 giorni fa | Social
人气

9.2 / 10

延迟

1,212ms

服务等级

100%

Health Check

N/A

返回所有讨论

Unable to check botscores using for loop

Hello,

I am facing trouble, executing my code which executed perfectly a month ago. It is as follows:
bom = botometer.Botometer(wait_on_ratelimit=True,
rapidapi_key=rapidapi_key,
**twitter_app_auth)
Tweets_id = df_May22[‘author_id’].tolist()
Tweets = df_May22[‘tweet’].tolist()
Botscore=[]
for id in Tweets_id:
score= bom.check_account(id)

#tweet_list= (score.split(’,’))
#print(tweet_list)
Botscore.append(score)
df_May22[‘Bot_score’]=Botscore
df_May22

I get an error as follows:
TweepError Traceback (most recent call last)
<ipython-input-39-4ff13fff07f9> in <module>
24 Botscore=[]
25 for id in Tweets_id:
—> 26 score= bom.check_account(id)
27
28

3 frames
/usr/local/lib/python3.8/dist-packages/tweepy/binder.py in execute(self)
232 raise RateLimitError(error_msg, resp)
233 else:
–> 234 raise TweepError(error_msg, resp, api_code=api_error_code)
235
236 # Parse the response payload

TweepError: Not authorized.

Please let me know how to fix this and add the botscores to my dataframe
Solution will be very much appreciated
Rapid account: Chaitalibonke 7 Qn Cr Ufns T
chaitalibonke-7-QnCrUfnsT Commented un anno fa

Thank you for the suggestion. Could you please let me know how to use and get 17280 bot scores per day. Could i code it using python or do i need to check it manually?

Rapid account: O So Me
OSoMe Commented un anno fa

It seems you are trying to check the bot score of an account that’s not available (removed, protected, or restricted). Unfortunately, there is not much we can do about it. You might consider skipping this type of accounts.

–Botometer Team

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论