osome-iu / botometer-python

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

Botometer Lite #77

Closed Char1996 closed 1 year ago

Char1996 commented 1 year ago

I just bought the ultra plan for the api and as i read through the github it says tweets as inputs for botometerlite. Currently i have date, twitter id, content, username as my data. when i feed content to botometerlite it shows 400 Client Error: Bad Request for url: https://botometer-pro.p.rapidapi.com/litev1/check_accounts_in_bulk.

I am not sure what the quesiton is? is it about my data or the api is not working?

Char1996 commented 1 year ago

1671286057537

Char1996 commented 1 year ago

and I am using the non-twitter version BTW. Thanks!

filmenczer commented 1 year ago

Please see the API documentation on the format of the user objects to be passed to the endpoint. Each object should be the complete user object as received from the Twitter API.

Char1996 commented 1 year ago

400 Client Error: Bad Request for url: https://botometer-pro.p.rapidapi.com/litev1/check_accounts_in_bulk I am doing fine using the twitter version, but there are some issues with userid as well. So I want to use the non twitter version because it shows the twitter id, and this errors shows up. The api key is correct.

yang3kc commented 1 year ago

@Char1996 it seems the payload has some format issues. It's impossible for us to diagnose without further information, unfortunately.