AsyncYouTubeNotifierΒΆ

add_any_listener

Add a listener for any kind of push notification.

add_edit_listener

Add a listener for when a video is edited.

add_listener

Add a listener for push notifications.

add_upload_listener

Add a listener for when a video is uploaded.

any

A decorator to add a listener for any kind of push notification.

callback_url

Get the callback URL.

edit

A decorator to add a listener for when a video is edited.

is_ready

Check if the notifier is ready to receive push notifications.

listener

A decorator to add a listener for push notifications.

serve

Start the FastAPI server to receive push notifications in an existing event loop.

stop

Request to gracefully stop the notifier.

subscribe

Subscribe to YouTube channels to receive push notifications.

upload

A decorator to add a listener for when a video is uploaded.