musicdl

Musicdl: A lightweight music downloader written in pure python.

https://github.com/charlespikachu/musicdl

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary

Keywords

163music downloader joox kugou-music kuwo migu music music-downloader netease netease-cloud-music qianqian-music qqmusic tencent xiami
Last synced: 7 months ago · JSON representation ·

Repository

Musicdl: A lightweight music downloader written in pure python.

Basic Info
Statistics
  • Stars: 1,206
  • Watchers: 23
  • Forks: 266
  • Open Issues: 5
  • Releases: 0
Topics
163music downloader joox kugou-music kuwo migu music music-downloader netease netease-cloud-music qianqian-music qqmusic tencent xiami
Created almost 8 years ago · Last pushed about 3 years ago
Metadata Files
Readme Funding License Citation Support

README.md


docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: https://musicdl.readthedocs.io/

Musicdl

A lightweight music downloader written in pure python. You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Statement

This repository is created just for learning python(Commercial prohibition). All the apis used in this repository are from public network. So, if you want to download the paid songs, please open a paid member on corresponding music platform by yourself (respect the music copyright please). Finally, if there are any infringements, please contact me to delete this repository.

Support List

| SourceEN | Support Search? | Support Download? | SourceCN | | :----: | :----: | :----: | :----: | | QQMusic | ✓ | ✓ | QQ音乐 | | Lizhi | ✓ | ✓ | 荔枝FM | | Yiting | ✓ | ✓ | 一听音乐 | | Kuwo | ✓ | ✓ | 酷我音乐 | | Kugou | ✓ | ✓ | 酷狗音乐 | | Qianqian | ✓ | ✓ | 千千音乐 | | Migu | ✓ | ✓ | 咪咕音乐 | | JOOX | ✓ | ✓ | JOOX音乐 | | Fivesing | ✓ | ✓ | 5SING音乐 | | Netease | ✓ | ✓ | 网易云音乐 | | Ximalaya | ✓ | ✓ | 喜马拉雅 |

Practice with Musicdl

| ProjectEN | Introduction | Code | ProjectCN | | :----: | :----: | :----: | :----: | | musicdlgui | click | click | 音乐下载器GUI界面 | | singerlyricsanalysis | click | click | 歌手歌词分析 | | searchlyrics | click | click | 歌词获取歌曲片段 |

Install

Pip install

run "pip install musicdl"

Source code install

sh (1) Offline Step1: git clone https://github.com/CharlesPikachu/musicdl.git Step2: cd musicdl -> run "python setup.py install" (2) Online run "pip install git+https://github.com/CharlesPikachu/musicdl.git@master"

Quick Start

Run by leveraging the API

```python from musicdl import musicdl

config = {'logfilepath': 'musicdl.log', 'savedir': 'downloaded', 'searchsizepersource': 5, 'proxies': {}} targetsrcs = [ 'kugou', 'kuwo', 'qqmusic', 'qianqian', 'fivesing', 'netease', 'migu', 'joox', 'yiting', ] client = musicdl.musicdl(config=config) client.run(target_srcs) ```

Run by leveraging compiled file

``` Usage: musicdl [OPTIONS]

Options: --version Show the version and exit. -k, --keyword TEXT 搜索的歌曲关键字, 若不指定, 则进入musicdl终端版 -l, --logfilepath TEXT 日志文件保存的路径 -p, --proxies TEXT 设置的代理 -s, --savedir TEXT 下载的音乐保存路径 -c, --count TEXT 在各个平台搜索时的歌曲搜索数量 -t, --targets TEXT 指定音乐搜索的平台, 例如"migu,joox" --help Show this message and exit. ```

Screenshot

img

Projects in Charles_pikachu

  • Games: Create interesting games in pure python.
  • DecryptLogin: APIs for loginning some websites by using requests.
  • Musicdl: A lightweight music downloader written in pure python.
  • Videodl: A lightweight video downloader written in pure python.
  • Pytools: Some useful tools written in pure python.
  • PikachuWeChat: Play WeChat with itchat-uos.
  • Pydrawing: Beautify your image or video.
  • ImageCompressor: Image compressors written in pure python.
  • FreeProxy: Collecting free proxies from internet.
  • Paperdl: Search and download paper from specific websites.
  • Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
  • CodeFree: Make no code a reality.
  • DeepLearningToys: Some deep learning toys implemented in pytorch.
  • DataAnalysis: Some data analysis projects in charles_pikachu.
  • Imagedl: Search and download images from specific websites.
  • Pytoydl: A toy deep learning framework built upon numpy.
  • NovelDL: Search and download novels from some specific websites.

Citation

If you use this project in your research, please cite this project. @misc{musicdl2020, author = {Zhenchao Jin}, title = {Musicdl: A lightweight music downloader written in pure python}, year = {2020}, publisher = {GitHub}, journal = {GitHub repository}, howpublished = {\url{https://github.com/CharlesPikachu/musicdl}}, }

More

WeChat Official Accounts

Charles_pikachu
img

Owner

  • Login: CharlesPikachu
  • Kind: user
  • Location: HongKong
  • Company: HKU

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - name: "Zhenchao Jin"
title: "Musicdl: A lightweight music downloader written by pure python"
date-released: 2018-06-26
url: "https://github.com/CharlesPikachu/musicdl"
license: Apache-2.0

GitHub Events

Total
  • Watch event: 56
  • Issue comment event: 2
  • Fork event: 5
Last Year
  • Watch event: 56
  • Issue comment event: 2
  • Fork event: 5

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 174
  • Total Committers: 1
  • Avg Commits per committer: 174.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
CharlesPikachu 1****1@q****m 174
Committer Domains (Top 20 + Academic)
qq.com: 1

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 27
  • Total pull requests: 4
  • Average time to close issues: 5 months
  • Average time to close pull requests: 6 months
  • Total issue authors: 25
  • Total pull request authors: 4
  • Average comments per issue: 1.37
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • fengshi-cherish (2)
  • 00000000002 (2)
  • t880216t (1)
  • kkleon (1)
  • DrewdropLife (1)
  • chenchen-eng (1)
  • Yang-qwq (1)
  • helaobibi (1)
  • florinsdistortedvision (1)
  • Chilled-ops (1)
  • luyouyeah (1)
  • rnrnrina (1)
  • StayBlue (1)
  • karma-sun (1)
  • andfaraway (1)
Pull Request Authors
  • Vonfry (1)
  • gaohongkui (1)
  • fabriguzden (1)
  • linuxbckp (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 272 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 2
  • Total versions: 23
  • Total maintainers: 1
pypi.org: musicdl

Musicdl: A lightweight music downloader written by pure python

  • Versions: 23
  • Dependent Packages: 0
  • Dependent Repositories: 2
  • Downloads: 272 Last month
Rankings
Stargazers count: 2.0%
Forks count: 3.3%
Average: 8.5%
Dependent packages count: 10.1%
Dependent repos count: 11.6%
Downloads: 15.6%
Maintainers (1)
Last synced: 7 months ago

Dependencies

docs/requirements.txt pypi
  • recommonmark *
  • sphinx *
  • sphinx_markdown_tables *
  • sphinx_rtd_theme *
requirements.txt pypi
  • alive-progress *
  • click *
  • prettytable *
  • pycryptodome *
  • requests *
setup.py pypi
  • lab.strip *
  • readlines *