1# Visp
2
3Visp is _Vi + Spotify_. It is the successor of _Practical Music Search_ and aims to provide users with a Vi-like
4terminal interface to Spotify, enhancing search functionality and being truly practical.
5
6
7## Oauth scopes
8
9These scopes are needed to have a fully fledged client that can read and write Spotify data.
10
11playlist-modify-private
12playlist-modify-public
13playlist-read-collaborative
14playlist-read-private
15user-follow-modify
16user-follow-read
17user-library-modify
18user-library-read
19user-modify-playback-state
20user-read-currently-playing
21user-read-playback-state
22user-read-recently-played
23user-top-read
24