{"id":25738916,"url":"https://github.com/sindrig/spoppy","last_synced_at":"2025-02-26T07:40:00.436Z","repository":{"id":57470281,"uuid":"51782849","full_name":"sindrig/spoppy","owner":"sindrig","description":"A spotify CLI written in python","archived":false,"fork":false,"pushed_at":"2023-01-23T22:21:23.000Z","size":635,"stargazers_count":12,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-11T18:06:57.435Z","etag":null,"topics":["libspotify","python","spotify","spotify-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sindrig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-15T20:20:46.000Z","updated_at":"2021-11-28T03:43:02.000Z","dependencies_parsed_at":"2023-02-13T04:01:03.423Z","dependency_job_id":null,"html_url":"https://github.com/sindrig/spoppy","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindrig%2Fspoppy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindrig%2Fspoppy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindrig%2Fspoppy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindrig%2Fspoppy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindrig","download_url":"https://codeload.github.com/sindrig/spoppy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240814853,"owners_count":19861955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["libspotify","python","spotify","spotify-api"],"created_at":"2025-02-26T07:39:57.986Z","updated_at":"2025-02-26T07:40:00.197Z","avatar_url":"https://github.com/sindrig.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spoppy\nLightweight Spotify Command-Line interface for Linux\n[![Build Status](https://travis-ci.org/sindrig/spoppy.svg?branch=master)](https://travis-ci.org/sindrig/spoppy)\n\n## Requirements\n\nPython 2.7 or Python 3.3+\n\nSee requirements.txt for required python packages. They will be automatically installed when you install via pip.\n\nYou will need a Spotify Premium account and a Spotify username (if you signed up via Facebook you can [follow the instructions here](https://community.spotify.com/t5/Help-Accounts-and-Subscriptions/How-do-i-find-my-username-when-using-Facebook-login/td-p/859795) to get your username).\n\nYou will need libspotify, pyaudio or pyalsaaudio, and libffi-dev installed.\n\nYou will either need to install `pyaudio` or `alsaaudio` by (pyaudio instructions [Here](https://people.csail.mit.edu/hubert/pyaudio/) and pyalsaaudio instructions [here](http://larsimmisch.github.io/pyalsaaudio/pyalsaaudio.html#installation)).\n\nUse your distribution's package manager for libffi-dev (f.x. `apt-get install libffi-dev`).\n\nTo install libspotify, see [Pyspotify installation](https://pyspotify.mopidy.com/en/latest/installation/#install-from-source). (Archives are available at [libspotify-archive](https://mopidy.github.io/libspotify-archive/)), thanks to the great guys at [Mopidy](https://www.mopidy.com/)!.\n\nFor DBus integration you'll need python-dbus and python-gobject2. Use your distribution's package manager. Spoppy will work without these packages but won't expose it's DBus procedures.\n\n## Installation\n\n`pip install spoppy`\n\nTo install globally you will probably need superuser privileges.\n\nAfter installation run `spoppy` in your terminal and you're all set!\n\n## Screenshots\n\n### Top menu\n![Top menu](/screenshots/top_menu.png?raw=true \"Top menu\")\n### Playlist overview\n![Playlist overview](/screenshots/playlist_overview.png?raw=true \"Playlist overview\")\n### Playlist\n![Playlist](/screenshots/playlist.png?raw=true \"Playlist\")\n### Player view\n![Player](/screenshots/player.png?raw=true \"Player\")\n### Player operations\n![Player operations](/screenshots/player_operations.png?raw=true \"Player operations\")\n### Search results\n![Search results](/screenshots/search_results.png?raw=true \"Search results\")\n### Certain artists can be banned\n![Banned artists](/screenshots/banned_artist.png?raw=true \"Banned artists\")\n### Operations on a specific song\n![Song info](/screenshots/song_info.png?raw=true \"Song info\")\n\n## Development\n\n1. Create a virtualenv (python 2.7 or python 3.3+)\n2. Clone this project\n3. Activate your virtualenv\n4. Install requirements (`pip install -r requirements.txt`)\n5. Run `python scripts/spoppy` (you will be asked for username/password)\n\n## DBus integration\n\n1. Run `make install_dbus`\n2. Make sure you have python-gobject2 installed\n3. Symlink gi (and possibly glib) to your virtualenv (that is, if you're not installing globally!)\n4. The service will be available at \"/com/spoppy\" (f.x. `qdbus com.spoppy /com/spoppy com.spoppy.PlayPause`)\n\n## Debugging\n\nTo enable verbose logging, set the `SPOPPY_LOG_LEVEL` environment variable to `'DEBUG'`.\n\n## Testing\n\n`make test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindrig%2Fspoppy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindrig%2Fspoppy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindrig%2Fspoppy/lists"}