osome-iu / botometer-python

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

requests.exceptions.HTTPError: 404 Client Error: Not Found for url #56

Closed bitscott1102 closed 3 years ago

bitscott1102 commented 3 years ago

requests.exceptions.HTTPError: 404 Client Error: Not Found for URL: "Missing RapidAPI application key.

Is it because of the new version? What part of my code should I change?

bitscott1102 commented 3 years ago

Also on the RapidAPI, it says I cannot access the endpoint. I cannot checking the account now.

yang3kc commented 3 years ago

It seems the Rapid API key is missing in your code.

Please be sure to

  1. resubscribe to one of the new plans
  2. upgrade the botometer-python package in your local environment
  3. follow the readme closely