spotify-codegen


Namespotify-codegen JSON
Version 0.3.4 PyPI version JSON
download
home_pagehttps://github.com/tilschuenemann/spotify-codegen
Summaryspotify-codegen
upload_time2023-08-04 07:01:23
maintainer
docs_urlNone
authorTil Schünemann
requires_python>=3.10,<4.0
licenseMIT
keywords spotify-codegen spoticode spotify spotipy art code qr album track song album generator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "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/11/db/70ed43c1360454e4f776a79cd759410f47d5562cd92f012da7b0d76fecdc/spotify_codegen-0.3.4.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.3.4",
    "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": "440adf746cb77b4f887b657d8d8c230aaa160a4d4c5828a8e9fa220901ca0e5e",
                "md5": "2a610592e88f40adcd6fed00f367104d",
                "sha256": "7073df703e66859f63c5e06fae6ca4ed53e5716eeae107f20f0702b9c27f2934"
            },
            "downloads": -1,
            "filename": "spotify_codegen-0.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a610592e88f40adcd6fed00f367104d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 7129,
            "upload_time": "2023-08-04T07:01:22",
            "upload_time_iso_8601": "2023-08-04T07:01:22.135489Z",
            "url": "https://files.pythonhosted.org/packages/44/0a/df746cb77b4f887b657d8d8c230aaa160a4d4c5828a8e9fa220901ca0e5e/spotify_codegen-0.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11db70ed43c1360454e4f776a79cd759410f47d5562cd92f012da7b0d76fecdc",
                "md5": "a3747e053532381ce3980bb45667fbb1",
                "sha256": "04e77038064e0bf08f26fd119cf73d8addbad836f546e42ff8ef4250800c056a"
            },
            "downloads": -1,
            "filename": "spotify_codegen-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a3747e053532381ce3980bb45667fbb1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 6404,
            "upload_time": "2023-08-04T07:01:23",
            "upload_time_iso_8601": "2023-08-04T07:01:23.760542Z",
            "url": "https://files.pythonhosted.org/packages/11/db/70ed43c1360454e4f776a79cd759410f47d5562cd92f012da7b0d76fecdc/spotify_codegen-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-04 07:01:23",
    "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"
}
        
Elapsed time: 0.09537s