From b0a412aba1021130205894f4e745ae1accd2a427 Mon Sep 17 00:00:00 2001 From: kokarare1212 Date: Tue, 14 Sep 2021 21:09:11 +0900 Subject: [PATCH] Add zeroconf method --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2b2650f..54b6aa3 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ pip install git+https://github.com/kokarare1212/librespot-python ## Usage +### Use Zeroconf for Login + +```python +from librespot.zeroconf import ZeroconfServer + +zeroconf = ZeroconfServer.Builder().create() +``` + ### Get Spotify's OAuth token ```python