{"id":22330437,"url":"https://github.com/tuvimen/lyryx","last_synced_at":"2025-10-14T15:30:32.082Z","repository":{"id":74846552,"uuid":"463514518","full_name":"TUVIMEN/lyryx","owner":"TUVIMEN","description":"A python script for downloading lyrics from multiple sources","archived":false,"fork":false,"pushed_at":"2025-09-09T07:22:31.000Z","size":101,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T10:13:49.883Z","etag":null,"topics":["azlyrics","download-lyrics","genius","lyrics","python","scraper","tekstowo"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TUVIMEN.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-25T11:54:26.000Z","updated_at":"2025-09-09T07:22:34.000Z","dependencies_parsed_at":"2023-12-30T10:21:14.941Z","dependency_job_id":"6bee4b25-17d5-4288-aba1-e2f357137c88","html_url":"https://github.com/TUVIMEN/lyryx","commit_stats":null,"previous_names":["tuvimen/lyryx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TUVIMEN/lyryx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Flyryx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Flyryx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Flyryx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Flyryx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TUVIMEN","download_url":"https://codeload.github.com/TUVIMEN/lyryx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Flyryx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019321,"owners_count":26086711,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["azlyrics","download-lyrics","genius","lyrics","python","scraper","tekstowo"],"created_at":"2024-12-04T04:06:53.990Z","updated_at":"2025-10-14T15:30:32.077Z","avatar_url":"https://github.com/TUVIMEN.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lyryx\n\nA python script for downloading lyrics.\n\n## Requirements\n\n    requests\n    lxml\n\n## Installation\n\n    pip install -r requirements.txt\n    install -m 755 lyryx /usr/bin\n\n## Supported sources\n\n| | | | |\n| - | - | - | - |\n| [azlyrics](https://www.azlyrics.com) | `artist` |                 | `artist\\|\\|title` |\n| [genius](https://genius.com)         | `artist` | `artist\\|album` | `artist\\|\\|title` |\n| [mojim](https://mojim.com)           | `artist` | `artist\\|album` | `artist\\|\\|title` |\n| [tekstowo](https://www.tekstowo.pl)  | `artist` |                 | `artist\\|\\|title` |\n| [lyricsjonk](https://lyricsjonk.com) | `artist` |                 | `artist\\|\\|title` |\n\n## Usage\n\nScript downloads lyrics based on  `artist`, `artist|album`, `artist||title` formats or url. Fields in the arguments are case insensitive and special characters are deleted from them, words can be separated by ` `, `-` or `_`.\n\nCurrently no source supports `artist|album|title`.\n\nLyrics will be downloaded to files named by their name `in-such-format`.\n\n`azlyrics` is very aggressive against fast downloading, you should limit the speed of your requests with `--wait` option if you are using it as a source.\n\nDownload lyrics by artist to current directory, by default from `genius`\n\n    lyryx burzum\n\nDownload lyrics by `artist` from `azlyrics` waiting 2.5 seconds between each request\n\n    lyryx -s azlyrics -w 2.5 burzum\n\nDownload lyrics by `artist|album` to directory DIR\n\n    lyryx -s genius -d DIR 'At the gates|terminal spirit disease'\n\nDownload lyrics by `artist||title`\n\n    lyryx -s tekstowo 'cirith-ungoL || Fallen IDOLS' 'death||suicide-machine'\n\nDownload lyrics by url\n\n    lyryx 'https://mojim.com/ush163952.htm'\n\nPrint the table of sources\n\n    lyryx -S\n\nGet some help\n\n    lyryx -h\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuvimen%2Flyryx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuvimen%2Flyryx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuvimen%2Flyryx/lists"}