Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tltx/micropython-spotify-web-api
https://github.com/tltx/micropython-spotify-web-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tltx/micropython-spotify-web-api
- Owner: tltx
- License: mit
- Created: 2020-12-28T22:26:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T19:08:37.000Z (over 3 years ago)
- Last Synced: 2024-07-06T04:02:48.629Z (4 months ago)
- Language: Python
- Size: 409 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython-spotify-web-api - A library for using Spotify's web API from a IoT device with MicroPython. (Libraries / Communications)
README
# Spotify web API for Micropython
This is a library for using Spotify's web API from a IoT device with Micropython.
It was developed and tested with an esp8266, but the library was made to work on any device
and with both Micropython and CPython 3.5+. It is far from feature complete but there is
a pattern to follow when adding more of the API.- spotify_web_api is the library
- main.py is the Seagulls! button example application
- boot.py is a template for setting up Wi-Fi
- wizard.py is a tool to set up the device
- spotify_web_api_micropython.bin is a Micropython v1.13 firmware for esp8266 with
the library frozen in it.