A fast and effective implementation of Spotify API to play songs on Spotify from terminal.
- Simple and Fast and easy to configure-code wriiten.
- Spotify API used for implementation.
- All basic functionalities such as pause, play, and add to queue present.
- Can change devices from the terminal.
$ git clone https://github.com/ananyab1909/Terminal_Spotify.git
- clone this project to your computer.$ cd Terminal_Spotify
- go inside the project directory.python -m venv env
to create a vitual environment.pip install -r requirements.txt
to install libraries.Python ./main.py
to execute the python file.- Head over to Spotify for Developers and create an app according to the instructions present in the
Documentation
. - Select device and make your choices accordingly.
- Replace the
client_id
,client_secret
andredirect uri
from your Spotify Developer Dashboard. - Keep spotify running on a device for the script to detect it.
Hello, my name is Ananya Biswas. I am an Engineering Student at Kalinga Institute of Industrial Technology. I enjoy making teeny tiny projects in my leisure time and this is one of them. Now that my this project is over, I am open-sourcing the project. Hope you like it!
Lastly, I would like to put it out there that I have worked on other projects that you may like. You can check them out at my Github. Give it a whirl and let me know your thoughts.
If you would like to contribute to this project, you can do so by creating a PR ; and to support my work, you can click on the projects you like and reward a star.
- Ananya__Biswas(Me)__
- Instagram : https://instagram.com/thegraffiti.mind/
- Github : https://github.com/ananyab1909/