# spotify-codegen
[![PyPI](https://img.shields.io/pypi/v/spotify-codegen.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/spotify-codegen.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/spotify-codegen)][python version]
[![License](https://img.shields.io/pypi/l/spotify-codegen)][license]
[![Read the documentation at https://spotify-codegen.readthedocs.io/](https://img.shields.io/readthedocs/spotify-codegen/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/tilschuenemann/spotify-codegen/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/tilschuenemann/spotify-codegen/branch/main/graph/badge.svg)][codecov]
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]
[pypi_]: https://pypi.org/project/spotify-codegen/
[status]: https://pypi.org/project/spotify-codegen/
[python version]: https://pypi.org/project/spotify-codegen
[read the docs]: https://spotify-codegen.readthedocs.io/
[tests]: https://github.com/tilschuenemann/spotify-codegen/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/tilschuenemann/spotify-codegen
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
## Features
Spotify stopped giving users an easy way to grab the song, artist or album artwork with the respective Spotify Code - `spotify-codegen` to the rescue!
You can stitch the album | track | artist artwork with the Spotify Code by supplying:
- URL(s)
- URI(s)
- a search query
It's also possible to use create stitches for:
- all of your saved albums
- 50 followed artists (limit imposed by Spotify API)
## Requirements
To use the Spotify API, you'll have to login using your credentials and create an app. That apps ID and secret need to be specified as environment variables:
```console
$ export SPOTIPY_CLIENT_ID="your_client_id"
$ export SPOTIPY_CLIENT_SECRET="your_client_secret"
```
You can now use both the CLI and the Python API!
## Installation
You can install _spotify-codegen_ via [pip] from [PyPI]:
```console
$ pip install spotify-codegen
```
## Usage
Please see the [Command-line Reference] for details.
## Contributing
Contributions are very welcome.
To learn more, see the [Contributor Guide].
## License
Distributed under the terms of the [MIT license][license],
_spotify-codegen_ is free and open source software.
## Issues
If you encounter any problems,
please [file an issue] along with a detailed description.
## Credits
This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/tilschuenemann/spotify-codegen/issues
[pip]: https://pip.pypa.io/
<!-- github-only -->
[license]: https://github.com/tilschuenemann/spotify-codegen/blob/main/LICENSE
[contributor guide]: https://github.com/tilschuenemann/spotify-codegen/blob/main/CONTRIBUTING.md
[command-line reference]: https://spotify-codegen.readthedocs.io/en/latest/usage.html
Raw data
{
"_id": null,
"home_page": "https://github.com/tilschuenemann/spotify-codegen",
"name": "spotify-codegen",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "spotify-codegen, spoticode, spotify, spotipy, art, code, qr, album, track, song, album, generator",
"author": "Til Sch\u00fcnemann",
"author_email": "til.schuenemann@mailbox.org",
"download_url": "https://files.pythonhosted.org/packages/2c/81/690bd76945590cc6f0f348eb42bc733f7a9323c2a2b3e13d767b52f09286/spotify_codegen-0.4.0.tar.gz",
"platform": null,
"description": "# spotify-codegen\n\n[![PyPI](https://img.shields.io/pypi/v/spotify-codegen.svg)][pypi_]\n[![Status](https://img.shields.io/pypi/status/spotify-codegen.svg)][status]\n[![Python Version](https://img.shields.io/pypi/pyversions/spotify-codegen)][python version]\n[![License](https://img.shields.io/pypi/l/spotify-codegen)][license]\n\n[![Read the documentation at https://spotify-codegen.readthedocs.io/](https://img.shields.io/readthedocs/spotify-codegen/latest.svg?label=Read%20the%20Docs)][read the docs]\n[![Tests](https://github.com/tilschuenemann/spotify-codegen/workflows/Tests/badge.svg)][tests]\n[![Codecov](https://codecov.io/gh/tilschuenemann/spotify-codegen/branch/main/graph/badge.svg)][codecov]\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]\n[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]\n\n[pypi_]: https://pypi.org/project/spotify-codegen/\n[status]: https://pypi.org/project/spotify-codegen/\n[python version]: https://pypi.org/project/spotify-codegen\n[read the docs]: https://spotify-codegen.readthedocs.io/\n[tests]: https://github.com/tilschuenemann/spotify-codegen/actions?workflow=Tests\n[codecov]: https://app.codecov.io/gh/tilschuenemann/spotify-codegen\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[black]: https://github.com/psf/black\n\n## Features\n\nSpotify stopped giving users an easy way to grab the song, artist or album artwork with the respective Spotify Code - `spotify-codegen` to the rescue!\n\nYou can stitch the album | track | artist artwork with the Spotify Code by supplying:\n\n- URL(s)\n- URI(s)\n- a search query\n\nIt's also possible to use create stitches for:\n\n- all of your saved albums\n- 50 followed artists (limit imposed by Spotify API)\n\n## Requirements\n\nTo use the Spotify API, you'll have to login using your credentials and create an app. That apps ID and secret need to be specified as environment variables:\n\n```console\n$ export SPOTIPY_CLIENT_ID=\"your_client_id\"\n$ export SPOTIPY_CLIENT_SECRET=\"your_client_secret\"\n```\n\nYou can now use both the CLI and the Python API!\n\n## Installation\n\nYou can install _spotify-codegen_ via [pip] from [PyPI]:\n\n```console\n$ pip install spotify-codegen\n```\n\n## Usage\n\nPlease see the [Command-line Reference] for details.\n\n## Contributing\n\nContributions are very welcome.\nTo learn more, see the [Contributor Guide].\n\n## License\n\nDistributed under the terms of the [MIT license][license],\n_spotify-codegen_ is free and open source software.\n\n## Issues\n\nIf you encounter any problems,\nplease [file an issue] along with a detailed description.\n\n## Credits\n\nThis project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.\n\n[@cjolowicz]: https://github.com/cjolowicz\n[pypi]: https://pypi.org/\n[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python\n[file an issue]: https://github.com/tilschuenemann/spotify-codegen/issues\n[pip]: https://pip.pypa.io/\n\n<!-- github-only -->\n\n[license]: https://github.com/tilschuenemann/spotify-codegen/blob/main/LICENSE\n[contributor guide]: https://github.com/tilschuenemann/spotify-codegen/blob/main/CONTRIBUTING.md\n[command-line reference]: https://spotify-codegen.readthedocs.io/en/latest/usage.html\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "spotify-codegen",
"version": "0.4.0",
"project_urls": {
"Changelog": "https://github.com/tilschuenemann/spotify-codegen/releases",
"Documentation": "https://spotify-codegen.readthedocs.io",
"Homepage": "https://github.com/tilschuenemann/spotify-codegen",
"Repository": "https://github.com/tilschuenemann/spotify-codegen"
},
"split_keywords": [
"spotify-codegen",
" spoticode",
" spotify",
" spotipy",
" art",
" code",
" qr",
" album",
" track",
" song",
" album",
" generator"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a687785751faef6e1dbadd577b86e9f17526f3bfe6d9ba3aa11a441e767ee352",
"md5": "3a51ce08b0bf529c9b529919afc74092",
"sha256": "a17ca4ce09f3a413f865cb225e28461148595c8870dfb351676c49952dbc0b84"
},
"downloads": -1,
"filename": "spotify_codegen-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3a51ce08b0bf529c9b529919afc74092",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 7131,
"upload_time": "2024-07-21T09:10:44",
"upload_time_iso_8601": "2024-07-21T09:10:44.800455Z",
"url": "https://files.pythonhosted.org/packages/a6/87/785751faef6e1dbadd577b86e9f17526f3bfe6d9ba3aa11a441e767ee352/spotify_codegen-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2c81690bd76945590cc6f0f348eb42bc733f7a9323c2a2b3e13d767b52f09286",
"md5": "de647be461261a1425b7c7792ca27c65",
"sha256": "2d1480b11f617e26623b9c636ca0a52ec6c7140a0d33b73a257151db87c944d0"
},
"downloads": -1,
"filename": "spotify_codegen-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "de647be461261a1425b7c7792ca27c65",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 6399,
"upload_time": "2024-07-21T09:10:46",
"upload_time_iso_8601": "2024-07-21T09:10:46.071705Z",
"url": "https://files.pythonhosted.org/packages/2c/81/690bd76945590cc6f0f348eb42bc733f7a9323c2a2b3e13d767b52f09286/spotify_codegen-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-21 09:10:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tilschuenemann",
"github_project": "spotify-codegen",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "spotify-codegen"
}