mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #47] Charts API #22
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pa12 on GitHub (Apr 2, 2015).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/47
Spotify recently made an update to their Spotify Viral Charts, which used to be available here: http://charts.spotify.com/.
They are now available only via the web player itself: https://play.spotify.com/chart/6o9o1UphRtyv10VPuDT80D and I was wondering if there is a Spotipy solution to grab the songs from the Viral charts into Python.
As an example, here is the Global Viral 50 chart I would like to pull data on: spotify:app:chart:6o9o1UphRtyv10VPuDT80D
Any help would be greatly appreciated.
@thelinmichael commented on GitHub (Aug 17, 2015):
Long time since this was opened, but in case you're still interested - Spotify is working on a new Charts page that'll replace the existing charts.spotify.com page, but it's not available yet.
@drs-m commented on GitHub (Aug 17, 2016):
there's spotifycharts.com which offers a download option of current and historical chart position data as csv. The domain is registered by spotify so it has to be official.
@thelinmichael commented on GitHub (Sep 16, 2016):
@drs-m, can confirm that it's official. There are however no public API endpoints to retrieve the charts data yet.
@thelinmichael commented on GitHub (Sep 16, 2016):
Related to https://github.com/spotify/web-api/issues/33. (Spotify's repository for tracking feature requests and bug tickets for its Web API.
@stephanebruckert commented on GitHub (Jan 1, 2020):
Closing for now as it's still not implemented by the web API