All Projects → CloakerSmoker → Spotify.ahk

CloakerSmoker / Spotify.ahk

Licence: GPL-3.0 license
An AutoHotkey wrapper for the Spotify web API designed to allow control over Spotify's internal volume slider and provide various other functionality.

Programming Languages

autohotkey
350 projects

Projects that are alternatives of or similar to Spotify.ahk

SpotMusicGen
A Program that creates a Spotify playlist from a YouTube Playlist
Stars: ✭ 47 (-6%)
Mutual labels:  spotify-api, spotify-web-api
spotify-vibe-check
Spotify Vibe Checker Web App to vibe check your Spotify Playlists! (currently broken due to CORS)
Stars: ✭ 24 (-52%)
Mutual labels:  spotify-api, spotify-web-api
SpotifyWebApi
A .net core wrapper for the Spotify Web API
Stars: ✭ 19 (-62%)
Mutual labels:  spotify-api, spotify-web-api
spotify-release-list
📅 Display list of Spotify releases from artists you follow
Stars: ✭ 142 (+184%)
Mutual labels:  spotify-api, spotify-web-api
react-redux-spotify
React + Redux + Spotify web api boilerplate project
Stars: ✭ 14 (-72%)
Mutual labels:  spotify-api, spotify-web-api
spotify-true-random
🔀 An application for unbiased truly random playlist and library shuffling with Spotify.
Stars: ✭ 51 (+2%)
Mutual labels:  spotify-api, spotify-web-api
laravel-spotify
Laravel-Spotify is a simple wrapper around the Spotify Web API that makes working with its endpoints a breeze!
Stars: ✭ 141 (+182%)
Mutual labels:  spotify-api, spotify-web-api
remixr
Discover new music based on the Spotify playlists you know and love!
Stars: ✭ 37 (-26%)
Mutual labels:  spotify-api, spotify-web-api
Exportify
Export/Backup Spotify playlists using the Web API
Stars: ✭ 1,611 (+3122%)
Mutual labels:  spotify-api, spotify-web-api
spotipy2
The next generation Spotify Web API wrapper for Python 3.7+
Stars: ✭ 25 (-50%)
Mutual labels:  spotify-api, spotify-web-api
MediaMod
A mod for Forge and Fabric that allows you to see your current song on any streaming platform directly inside of Minecraft
Stars: ✭ 73 (+46%)
Mutual labels:  spotify-web-api
react-spotify-player
Realtime Spotify Player built with React.
Stars: ✭ 126 (+152%)
Mutual labels:  spotify-web-api
spotify-api-graphql-console
Spotify Web API GraphQL console.
Stars: ✭ 29 (-42%)
Mutual labels:  spotify-api
Partify
This is a free open source Spotify-powered app that lets users host parties and have guests connect using their smartphones to submit and vote on songs. The app will only play the highest voted song and can connect to personal playlists.
Stars: ✭ 37 (-26%)
Mutual labels:  spotify-api
foo spotify
foobar2000 component for Spotify integration
Stars: ✭ 158 (+216%)
Mutual labels:  spotify-web-api
spotify-api-plusplus
A C++ wrapper of the Spotify Web API
Stars: ✭ 56 (+12%)
Mutual labels:  spotify-api
tempo-run
Universal Expo App for building personalised running playlists with Spotify
Stars: ✭ 34 (-32%)
Mutual labels:  spotify-web-api
spotifyApiSpring
Spring-boot MVC application consuming Spotify's REST API
Stars: ✭ 28 (-44%)
Mutual labels:  spotify-web-api
spotify-playlist-generator-analyzer
Creates a personal playlist based on self chosen preferences.
Stars: ✭ 38 (-24%)
Mutual labels:  spotify-web-api
aw-watcher-spotify
Logs what you listen to on Spotify
Stars: ✭ 41 (-18%)
Mutual labels:  spotify-api

Spotify.ahk

Disclaimer: Some features of Spotify.ahk will not work for non-premium users, this is not a limition of Spotify.ahk, but a limit in Spotify's Connect Web API as stated in its documentation.

Note:
  With Connect Web API you can only control Spotify Premium users’ playback.

An AutoHotkey wrapper for the Spotify web API designed to allow control over Spotify's internal volume slider and provide various other functionality.

Uses a slightly modified version of the AHKhttp library by zhamlin, the AHKsock library by jleb and the Crypt library by Deo

Documentation can now be found here, however it is not complete.

How to use

Create a new Spotify object, and call methods from the various nested classes. Examples can been seen in the Example Hotkeys file and throughout the documentation.

When you create a new Spotify object for the first time, a Spotify app authorization page will open in your default browser, and you will be prompted to authorize Spotify.ahk. While you can choose not to authorize Spotify.ahk, all functionality will be lost without valid authorization.

You will only rarely need to do web authorization thanks to Spotify's refreshable user authorization.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].