How do I use Trust Pilots API to get latest reviews by language? (Python)
I'm fairly new to Python and completely new to using APIs and I'm pretty lost and don't understand how to contextualise the documentation into Python.
https://developers.trustpilot.com/service-reviews-api#get-latest-reviews-by-language
{ 'id': 'ID' 'date': 'YYYY-MM-DD', 'score': 0, 0-10 'title': 'TITLE', 'text': 'TEXT', }
That is the data I want to collect and I want to format it into a dictionary.
Just need some pointers and some guidance. Thanks in advance
from Recent Questions - Stack Overflow https://ift.tt/3zEaudO
https://ift.tt/eA8V8J
Comments
Post a Comment