Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spotify Downloader | 11,781 | 2 | 2 | 2 days ago | 64 | June 27, 2022 | 14 | mit | Python | |
Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found). | ||||||||||
Spotiflyer | 8,615 | 4 days ago | 65 | gpl-3.0 | Kotlin | |||||
Kotlin Multiplatform Music Downloader, Supports Spotify / Gaana / Youtube Music / Jio Saavn / SoundCloud. | ||||||||||
Mopidy | 7,654 | 210 | 78 | 2 months ago | 79 | April 28, 2022 | 201 | apache-2.0 | Python | |
Mopidy is an extensible music server written in Python | ||||||||||
Psst | 7,642 | a day ago | 97 | mit | Rust | |||||
Fast and multi-platform Spotify client with native GUI | ||||||||||
Ncspot | 3,859 | a day ago | 37 | September 17, 2022 | 104 | bsd-2-clause | Rust | |||
Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. | ||||||||||
Spotify Web Api Node | 2,874 | 852 | 92 | 2 months ago | 50 | January 24, 2021 | 160 | mit | JavaScript | |
A Node.js wrapper for Spotify's Web API. | ||||||||||
Exportify | 2,439 | 24 days ago | 27 | mit | JavaScript | |||||
Export/Backup Spotify playlists using the Web API | ||||||||||
Spotify Dl | 1,321 | 25 days ago | 31 | April 19, 2022 | 24 | mit | Python | |||
Downloads songs from your Spotify Playlist | ||||||||||
Spotifyapi Net | 1,314 | 12 | 2 | 9 days ago | 34 | September 28, 2021 | 6 | mit | C# | |
:sound: A Client for the Spotify Web API, written in C#/.NET | ||||||||||
Everyones Guide For Starting Up On Wechat Network | 868 | 9 months ago | 7 | |||||||
微信互联网平民创业 |
SpotifyAPI-NET
This open source library for the Spotify Web API provides an easy to use interface for .NET based languages, like C# and VisualBasic .NET. By using it you can query general spotify catalog information (tracks, albums and playlists), manage user-related content ("My Library", create and edit playlists) and control the users music players (play, stop, transfer playback, play specific track).
.NET Standard 2.X
, which includes all major platforms, including mobile:
.NET Framework
UWP
.NET Core
Xamarin.Forms
HTTPClient
, but feel free to bring your own!ASP .NET
and CLI
appsusing System;
using SpotifyAPI.Web;
class Program
{
static async Task Main()
{
var spotify = new SpotifyClient("YourAccessToken");
var track = await spotify.Tracks.Get("1s6ux0lNiTziSrd7iUAADH");
Console.WriteLine(track.Name);
}
}
More examples can be found on the website and in the SpotifyAPI.Web.Examples
directory.
More Information, Installation-Instructions, Examples, Guides can be found at johnnycrazy.github.io/SpotifyAPI-NET/
Installation Instructions can be found in the Getting Started Guide
If you want to support this project or my work in general, you can donate a buck or two via the link below. However, this will be always optional!