Skip to content

Instantly share code, notes, and snippets.

@mike-weiner
Last active June 13, 2024 16:24
Show Gist options
  • Save mike-weiner/1f6d9dc424b2ad684e56b3af6866e82f to your computer and use it in GitHub Desktop.
Save mike-weiner/1f6d9dc424b2ad684e56b3af6866e82f to your computer and use it in GitHub Desktop.
A Python script to serve as a template for WeatherLink API calls using the newer authentication method.
@mike-weiner
Copy link
Author

If you are looking for more documentation, there are some great docs at https://weatherlink.github.io/v2-api/tutorial!

@mike-weiner
Copy link
Author

The "older" signature authentication method is still supported. A template script for that authentication method is found here: https://gist.github.com/mike-weiner/3ea4654ccfec57234c0520e773f78225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment