AzuracastPy
latest

Start Here

  • Quick Start
  • Installing AzuracastPy
  • Authentication via API Key
  • Configuring AzuracastClient

AzuracastPy Models

  • The AzuracastClient Class
  • AzuracastPy’s Models
    • Administration
    • HLS Stream
    • Mount Point
    • Playlist
    • Podcast
    • Podcast Episode
    • Queue Item
    • Remote Relay
    • SFTP User
    • Streamer
      • Streamer
      • Streamer Links
        • Links
      • Streamer Schedule Helper
      • Streamer Schedule Item
    • Station
    • Station File
    • Webhook
  • AzuracastPy Exceptions
  • Other models

Some Code Examples

  • Requesting a Song From a Station
  • Getting The Current Song On A Station
AzuracastPy
  • AzuracastPy’s Models
  • Streamer
  • Streamer Links
  • Edit on GitHub

Streamer Links

class AzuracastPy.models.streamer.Links(self: str, broadcasts: str, art: str)

Represents the links associated with a streamer.

__init__(self: str, broadcasts: str, art: str)

Initializes a Links object for a streamer.

Note

This class should not be initialized directly. Instead, obtain an instance via: streamer.links.

Previous Next

© Copyright 2024, Abah Olotuche Gabriel. Revision 7001c93b.

Built with Sphinx using a theme provided by Read the Docs.