{"id":20825023,"url":"https://github.com/bharatkalluri/lyricfetcher","last_synced_at":"2025-05-07T17:27:26.983Z","repository":{"id":16024279,"uuid":"79061742","full_name":"BharatKalluri/lyricfetcher","owner":"BharatKalluri","description":"A Package/API/Command Line application to search lyrics from different web sources","archived":false,"fork":false,"pushed_at":"2022-08-06T05:21:57.000Z","size":50,"stargazers_count":28,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-12T07:52:41.481Z","etag":null,"topics":["api","cli-app","lyrics","python","python-library","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BharatKalluri.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-15T21:48:27.000Z","updated_at":"2023-03-11T00:00:11.000Z","dependencies_parsed_at":"2022-08-07T08:15:11.320Z","dependency_job_id":null,"html_url":"https://github.com/BharatKalluri/lyricfetcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BharatKalluri%2Flyricfetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BharatKalluri%2Flyricfetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BharatKalluri%2Flyricfetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BharatKalluri%2Flyricfetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BharatKalluri","download_url":"https://codeload.github.com/BharatKalluri/lyricfetcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225098983,"owners_count":17420698,"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":["api","cli-app","lyrics","python","python-library","python3"],"created_at":"2024-11-17T22:24:40.206Z","updated_at":"2024-11-17T22:24:40.731Z","avatar_url":"https://github.com/BharatKalluri.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyLyricFetcher 🔥🔥\n\nA Package/Command line app and API to search lyrics from different web sources\n\n#### Note: All the lyrics are scraped from a public web pages of their respective domains, Please do not use this in Production as it is not allowed by the scraped website.Use this at your own discretion.\n\n# [LyricFetcher](https://github.com/BharatKalluri/lyricfetcher/tree/master/lyricfetcher)\n\n[![Build Status](https://travis-ci.org/BharatKalluri/lyricfetcher.svg?branch=master)](https://travis-ci.org/BharatKalluri/lyricfetcher)\n[![PyPI version](https://badge.fury.io/py/lyricfetcher.svg)](https://badge.fury.io/py/lyricfetcher)\n[![Code Climate](https://codeclimate.com/github/BharatKalluri/lyricfetcher/badges/gpa.svg)](https://codeclimate.com/github/BharatKalluri/lyricfetcher)\n\nA python Package/Command Line Utility to get the lyrics of a Song\n\nTo install the package\n\n```bash\npip install lyricfetcher\n```\n\nand import and use\n\n```bash\n\u003e\u003e\u003e import lyricfetcher\n\u003e\u003e\u003e print(lyricfetcher.get_lyrics('azlyrics','linkin park','numb'))\n```\n\nor, You can use it directly from the terminal\n\n```bash\n# For help, just type\nlyricfetcher -h\n# Just call lyricfetcher, with the artist name and song name\nlyricfetcher eminem \"lose yourself\" \n# Or just indicate a --source and you are good to go!\nlyricfetcher --source lyricswikia eminem \"lose yourself\"\n```\n\nThis prints out all the lyrics of linkin parks's awesome song\n\n## Options\nThe get_lyrics takes 3 arguments\n+ Source\n  + metrolyrics - source of information will be metrolyrics.com\n  + LyricsWikia - Queries lyrics.wikia.com for song lyrics\n  + genius - genius.com , you get it\n+ Artist - The second argument takes in the name of the artist seperated by spaces\n+ Song - The song name speprated by spaces\n\nAnd returns the lyrics in text form!\n\n\n# API\nThe API is hosted at pylyricfetcher.herokuapp.com. It is written using the super fast\n[Sanic](https://github.com/channelcat/sanic) as the backend. (Please be patient if your\nfirst call is slow, as it uses Heroku free plan so the vm takes time to start)\n\n## API calls\nAn example call to the API can be as follows\n\nUsage : http://pylyricfetcher.herokuapp.com/api/lyricswikia/ArtistName/SongName\n\nExample: https://pylyricfetcher.herokuapp.com/api/lyricswikia/eminem/berzerk\n\nto retrive the lyrics of berzerk from lyrics wikia. Try it Out!\n\nThere are the following sources as of now\n+ lyricswikia\n+ MetroLyrics\n+ Genius\n\nThe next arguments are the Artist name and the Song name!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharatkalluri%2Flyricfetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbharatkalluri%2Flyricfetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharatkalluri%2Flyricfetcher/lists"}