Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@josephistired josephistired released this 16 Jun 01:01
53dab67

🚀 SpeedtestTrackerBot v2.0.3

Added support for the new servers endpoint, and added new error handling.

✨ What’s New

  • /server — Lists all available Ookla speed test servers with IDs and display names.

  • Error Handlers — Centralized handlers for common HTTP errors:

    • handleUnauthenticatedResponse (401)
    • handleForbiddenResponse (403)
    • handleNotFoundResponse (404)
    • handleValidationResponse (422)
  • /run [server_id] — Now allows you to specify the Ookla server you want the speed test run on.

❗Reminder

If your API token does not include the required abilities, commands will fail.

Make sure your API token has all these abilities checked in /admin/api-tokens

Ability Description
Read Results Allows token to read results.
Run Speedtest Allows token to run speedtests.
List Servers Allows token to list servers.

📚 Documentation

Full usage instructions, command references, and deployment options are available at:

👉 Docs