{"id":17406895,"url":"https://github.com/ankitmathur3193/song-cli","last_synced_at":"2025-04-14T03:33:57.621Z","repository":{"id":57469296,"uuid":"90619119","full_name":"ankitmathur3193/song-cli","owner":"ankitmathur3193","description":"A command line interface for downloading Bollywood and punjabi songs","archived":false,"fork":false,"pushed_at":"2023-05-22T21:33:33.000Z","size":40,"stargazers_count":59,"open_issues_count":6,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-27T17:35:41.889Z","etag":null,"topics":["bollywood","download-songs","hollywood","mp3","mr-jatt","music","music-download","music-download-script","python","python-script","singer","song-download","song-download-script","song-downloader","song-pypi","songs","top-songs","tqdm","web-scraper","youtube"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankitmathur3193.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}},"created_at":"2017-05-08T11:12:16.000Z","updated_at":"2024-07-05T11:45:36.000Z","dependencies_parsed_at":"2024-10-18T17:54:06.219Z","dependency_job_id":"ba65580b-e88d-4270-af2e-0dbf1500832c","html_url":"https://github.com/ankitmathur3193/song-cli","commit_stats":{"total_commits":57,"total_committers":3,"mean_commits":19.0,"dds":"0.14035087719298245","last_synced_commit":"83da8f771a87105308ed1cbd66587b882cff5bbc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitmathur3193%2Fsong-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitmathur3193%2Fsong-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitmathur3193%2Fsong-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitmathur3193%2Fsong-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitmathur3193","download_url":"https://codeload.github.com/ankitmathur3193/song-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248815536,"owners_count":21165941,"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":["bollywood","download-songs","hollywood","mp3","mr-jatt","music","music-download","music-download-script","python","python-script","singer","song-download","song-download-script","song-downloader","song-pypi","songs","top-songs","tqdm","web-scraper","youtube"],"created_at":"2024-10-16T22:04:05.646Z","updated_at":"2025-04-14T03:33:57.601Z","avatar_url":"https://github.com/ankitmathur3193.png","language":"Python","readme":"[![PyPI version](https://badge.fury.io/py/song.svg)](https://badge.fury.io/py/song)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/ankitmathur3193/song-cli/blob/master/LICENSE)\n# SONG DOWNLOADER #\nA **command line** interface for **downloading Songs/mp3** from Internet\n\nJust type the **name of the song** and it will download the song for you\n\n## Features ##\n* song can download music from https://www.youtube.com/ and https://mr-jatt.com/\n* song query Google for finding link associated to https://mr-jatt.com/\n* It then parses Mr-jatt.com for finding download link of the mp3 file and downloads it.\n## For Installing ##\n```\npip install song\n```\n## For Upgrading ##\n```\npip install --upgrade song\n```\n## For Uninstalling ##\n```\npip uninstall song\n```\n## Usage: ##\n```\nsong -y [ song_name ]\nsong -d [ song_name | singer_name | movie_name ]\nsong -d --download-all [ singer_name | movie_name ]\nsong --ty [ textfile.txt ]\nsong --td [ textfile.txt ]\nsong --version\n```\nOptional arguments are:\n* -y : For downloading mp3 from **youtube**\n* -d : For downloading mp3 from **mr-jatt**\n* --ty : For downloading all songs in specified text file from **youtube** mp3 format\n* --td : For downloading all songs in specified text file from **mr-jatt** mp3 format\n* --download-all : For downloading **all songs** of a **movie or top songs of a singer**\n* --version : For printing song version\n\n## Example: ##\n* ### For Downloading Song From Youtube ###\n    ```\n    song -y roar\n    ```\n\n     ![youtube_example](https://cloud.githubusercontent.com/assets/15183662/26529632/28499f54-43e1-11e7-87a6-f4c0c3e2fd0b.png)\n\n* ### For Downloading Song (It will download the file in current working directory) ###\n    ```\n    song -d tum hi ho\n    ```\n\n    ![song-cli example](https://cloud.githubusercontent.com/assets/15183662/26523026/cdc7d2e6-432a-11e7-941b-76fa9c465093.png)\n\n* For Downloading **all songs** of a **movie or top songs of a singer**\n    ```\n    song -d --download-all dhoom  \n   ```\n\n    ![download_all](https://cloud.githubusercontent.com/assets/15183662/26556972/929c1c12-44bb-11e7-8fbc-48b389de7a82.png)\n\n* ### For Listing songs of a Movie\n  ```\n     song -d dangal\n  ```\n\n    ![after movie name](https://cloud.githubusercontent.com/assets/15183662/26523019/b009e7b2-432a-11e7-8241-919f95c993bf.png)\n\n\n * ### For Listing Top songs of an Artist ###\n    ```\n    song -d sunidhi chauhan     \n    ```\n\n    ![artist_top_songs](https://cloud.githubusercontent.com/assets/15183662/26523023/c1a272dc-432a-11e7-85e7-1757a40da341.png)\n\n## TODO ##\n- [X] Add support for Hollywood/English Songs\n- [ ] Implement Unit Testing\n- [X] Option for downloading all songs of a movie\n- [X] Option for downloading all top songs of a artist\n\n## Disclaimer ##\n\nDownloading copyrighted material may be illegal in your country. Use at your own risk.\n\n## Want to Contribute ##\n- Clone the repository\n\n```\n$ git clone https://github.com/ankitmathur3193/song-cli.git\n```\n\n - Build from source\n\n```\n$ cd song-cli-master\n$ python setup.py develop\n```\n\n\n\n\n\n\n----------------------------------------------------\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitmathur3193%2Fsong-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitmathur3193%2Fsong-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitmathur3193%2Fsong-cli/lists"}