FutureSystems2023 / World-Athletics-data-collection

Medal Projection Scraping - Athletics (World Athletics)
1 stars 2 forks source link

Name or service not known #2

Closed giulio93 closed 1 month ago

giulio93 commented 3 months ago

Running the script, the code return "Name or service not known". Is the API endpoint or API key changed?

Kingyeung129 commented 3 months ago

Hi @giulio93, yes you will need to update the API keys. You can find them in your browser's developer console network tab at world athletics website. Find a POST request called graphql. The AWS API endpoint and API keys will be in the header. Copy them and replace the endpoint and API keys in api.json. Hope this helps!