You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a pull request with updated connection to rapidAPI url.
also changed the function to return the list of display_score both for english language and universal so non-english twitter accounts be be more confidently evaluated 33f630a
I made a pull request with updated connection to rapidAPI url.
also changed the function to return the list of display_score both for english language and universal so non-english twitter accounts be be more confidently evaluated 33f630a
I tried running the code you wrote but got the following error:
Error in curl::curl_fetch_memory(url, handle = handle) :
Could not resolve host: osome-botometer.p.mashape.com
has anyone recently tried making a request to the Botometer API?
Is it possible to change the URL from Mashape to RapidAPI?
result = POST("https://osome-botometer.p.mashape.com/2/check_account",
encode="json",
add_headers(
X-Mashape-Key
=Mashape_key),body=body_json)
to
result = POST("https://botometer-pro.p.rapidapi.com/2/check_account",
encode="json",
add_headers(
X-Mashape-Key
=Mashape_key),body=body_json)
The text was updated successfully, but these errors were encountered: