musicxmatch-api


Namemusicxmatch-api JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/tomchen/example_pypi_package
SummaryExtract lyrics from MusicXMatch API, for free.
upload_time2023-09-05 21:40:45
maintainer
docs_urlNone
authorRoméo Phillips
requires_python>=3.6
license
keywords lyrics songs music musicxmatch api musicxmatch_api musicxmatch_api-python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MusicXMatch API

Musixmatch is the world's largest catalog of song lyrics and translations. The service is used by millions of people around the world to find lyrics for songs playing around them, to translate lyrics, and to get the facts behind the songs.

# What is this?

This is a Python wrapper for the [Musixmatch API](https://developer.musixmatch.com/). It uses the community API key to make requests to the API. These requests have the the same access as a **[Plus](https://developer.musixmatch.com/plans)** plan but for **free**.

# What can I access?

You can basically query for any lyrics and translation from their API, a more detailed list can be viewed here: [Musixmatch API Documentation](https://developer.musixmatch.com/documentation).

# How do I use it?

First, you need to install the package:

```bash
pip install musicxmatch_api
```

# Examples

Search for artists
```python
    # If you need to make a high volume of requests, consider using proxies
    api = MusixMatchAPI(proxies=proxies)
    search = api.search_artist("eminem")
```

Search for songs
```python
    # If you need to make a high volume of requests, consider using proxies
    api = MusixMatchAPI(proxies=proxies)
    search = api.search_tracks("eminem")
```

Search for a specific song
```python
    # If you need to make a high volume of requests, consider using proxies
    api = MusixMatchAPI(proxies=proxies)
    search = api.get_track(track_id=15445219)
```


# Disclaimer

The content provided herein is intended strictly for educational purposes. Any misuse or abuse of this information that contradicts this purpose, including but not limited to the unauthorized distribution, reproduction, or alteration of content, or the use of information for illicit activities, is strictly prohibited and may constitute a violation of applicable laws and regulations. This could lead to serious consequences including legal action. Educational resources are to be used responsibly, ethically, and with integrity. We reserve the right to restrict access to these resources for anyone found violating these terms.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tomchen/example_pypi_package",
    "name": "musicxmatch-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "lyrics,songs,music,musicxmatch,api,musicxmatch_api,musicxmatch_api-python",
    "author": "Rom\u00e9o Phillips",
    "author_email": "phillipsromeo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/41/5dedeee92ad2ee98591785da5f3db7f98421e6eb658dc84967d83a495606/musicxmatch_api-1.0.1.tar.gz",
    "platform": null,
    "description": "# MusicXMatch API\n\nMusixmatch is the world's largest catalog of song lyrics and translations. The service is used by millions of people around the world to find lyrics for songs playing around them, to translate lyrics, and to get the facts behind the songs.\n\n# What is this?\n\nThis is a Python wrapper for the [Musixmatch API](https://developer.musixmatch.com/). It uses the community API key to make requests to the API. These requests have the the same access as a **[Plus](https://developer.musixmatch.com/plans)** plan but for **free**.\n\n# What can I access?\n\nYou can basically query for any lyrics and translation from their API, a more detailed list can be viewed here: [Musixmatch API Documentation](https://developer.musixmatch.com/documentation).\n\n# How do I use it?\n\nFirst, you need to install the package:\n\n```bash\npip install musicxmatch_api\n```\n\n# Examples\n\nSearch for artists\n```python\n    # If you need to make a high volume of requests, consider using proxies\n    api = MusixMatchAPI(proxies=proxies)\n    search = api.search_artist(\"eminem\")\n```\n\nSearch for songs\n```python\n    # If you need to make a high volume of requests, consider using proxies\n    api = MusixMatchAPI(proxies=proxies)\n    search = api.search_tracks(\"eminem\")\n```\n\nSearch for a specific song\n```python\n    # If you need to make a high volume of requests, consider using proxies\n    api = MusixMatchAPI(proxies=proxies)\n    search = api.get_track(track_id=15445219)\n```\n\n\n# Disclaimer\n\nThe content provided herein is intended strictly for educational purposes. Any misuse or abuse of this information that contradicts this purpose, including but not limited to the unauthorized distribution, reproduction, or alteration of content, or the use of information for illicit activities, is strictly prohibited and may constitute a violation of applicable laws and regulations. This could lead to serious consequences including legal action. Educational resources are to be used responsibly, ethically, and with integrity. We reserve the right to restrict access to these resources for anyone found violating these terms.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Extract lyrics from MusicXMatch API, for free.",
    "version": "1.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/Strvm/MusicXMatchAPI",
        "Documentation": "https://github.com/Strvm/MusicXMatchAPI",
        "Homepage": "https://github.com/tomchen/example_pypi_package",
        "Source Code": "https://github.com/Strvm/MusicXMatchAPI"
    },
    "split_keywords": [
        "lyrics",
        "songs",
        "music",
        "musicxmatch",
        "api",
        "musicxmatch_api",
        "musicxmatch_api-python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a22766f0cf748b5b7302537267191ea962e58f8e229f4879fd380cee9a03573",
                "md5": "b845f30141ca2c45bb83b1fb8cd2d932",
                "sha256": "46f56dadd64511e057ef82bfd44aa3b1ce5ccf8b4f1929b42df2359acd5ac960"
            },
            "downloads": -1,
            "filename": "musicxmatch_api-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b845f30141ca2c45bb83b1fb8cd2d932",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4206,
            "upload_time": "2023-09-05T21:40:44",
            "upload_time_iso_8601": "2023-09-05T21:40:44.654425Z",
            "url": "https://files.pythonhosted.org/packages/7a/22/766f0cf748b5b7302537267191ea962e58f8e229f4879fd380cee9a03573/musicxmatch_api-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6415dedeee92ad2ee98591785da5f3db7f98421e6eb658dc84967d83a495606",
                "md5": "65acfd35a8602cda8b27408ec2c3c136",
                "sha256": "4935a3b40bd0096c097c605876369cdf3ab0cc5e840bd34891f9581eda0a8db4"
            },
            "downloads": -1,
            "filename": "musicxmatch_api-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "65acfd35a8602cda8b27408ec2c3c136",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4157,
            "upload_time": "2023-09-05T21:40:45",
            "upload_time_iso_8601": "2023-09-05T21:40:45.724358Z",
            "url": "https://files.pythonhosted.org/packages/f6/41/5dedeee92ad2ee98591785da5f3db7f98421e6eb658dc84967d83a495606/musicxmatch_api-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-05 21:40:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tomchen",
    "github_project": "example_pypi_package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "musicxmatch-api"
}
        
Elapsed time: 0.10892s