osome-iu / botometer-python

A Python API for Botometer by OSoMe
https://botometer.osome.iu.edu
MIT License
371 stars 59 forks source link

How's the server situation now? Processing through Pro-api is slow. #47

Closed mihirp161 closed 4 years ago

mihirp161 commented 4 years ago

Hi, I have a .csv file containing 17200 usernames (and one for loop that iterates through those usernames and gets the bot score). I have Pro key but it took more than a day just to process little over 3000 accounts?

I am doing as per pro-api documentation:

# Pro API endpoint
botometerapiurl = 'https://botometer-pro.p.rapidapi.com'

# make a method of botometer
bom = botometer.Botometer(botometerapiurl=botometerapiurl,
                     waitonratelimit=True,
                    rapidapikey=rapidapikey,
                    **twitterappauth)

I know your servers are under stress so is that the reason? I am using my institution's internet to do this task. I don't think IO is a culprit. Should waitonratelimit be False??

filmenczer commented 4 years ago

Account related questions should be posted on RapidAPI discussion. Will follow up there.

mihirp161 commented 4 years ago

Posted there. Thanks.