-
There are way of to run Adkiller with snap or flatpak packages?
-
To connect to a streaming service to create the playlist we need a way of allowing the user to authenticate into their account to create the playlist from the running python service.
-
This project should use an external library for Spotify requests. Since it is rather request-intensive, throttling is an absolute must so that we don't butt up against Spotify's [rate limits](https://…
epsil updated
7 years ago
-
I saw the MercuryReq's before, suddenly i cant see them anymore, any idea?
-
Tried logging in with username, email and changing my password. Even deleting the credentials file didn’t help.
```
zotify --username * --password *
Traceback (most recent call last):
File "…
-
Hi folks,
Trying to follow this tutorial: https://www.youtube.com/watch?v=prayNyuN3w0 using this web api. I'm having an issue where my response after calling getMyCurrentPlaybackState(). All of the…
-
Hello,
I'm a developer seeking to integrate Spotify's Web API into my project for podcast analytics. I'm specifically interested in obtaining information about the total consumption time for podcas…
-
Code:
```py
search_ : pyyoutube.SearchListResponse = youtube.search_by_keywords(q = content)
tracks = []
for result in list(search_.items):
video :…
-
https://github.com/thelinmichael/spotify-web-api-node/blob/2fcd60c30368255dab658b534b4229909ace5d43/src/spotify-web-api.js#L145
For `getTracks()`, `50` is the max number of IDs to get, according to…
-
The library currently lacks a lot of JavaDoc. Almost all classes are without JavaDoc with the authorization classes as an exception.
It would be great if JavaDoc were to be added for the following…