osome-iu / botometer-python

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

Can you please update the wiki documentations with changes(Using the Pro API)? #45

Closed mihirp161 closed 4 years ago

mihirp161 commented 4 years ago

Hello, your wiki pages talking about pro key contain wrong information:

it should be:

botometer_api_url = 'https://botometer-pro.p.rapidapi.com'

bom = botometer.Botometer(botometer_api_url=botometer_api_url, wait_on_ratelimit=True, rapidapi_key=rapidapi_key, **twitter_app_auth)

Rest of the process is same. Thank you!

E-WOLF commented 4 years ago

Thank you!

yang3kc commented 4 years ago

Just did, than you for the reminder.

We will soon change the default URL to https://botometer-pro.p.rapidapi.com, so extract configuration will no longer be needed.