Skip to content

將 MusicForProgramming 網站中的音樂下載到本地的 Terminal / Console 程式

License

Notifications You must be signed in to change notification settings

rf777rf777/DownloadCodeMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DownloadCodeMusic - CodeMusic音樂下載器

image

✏️ 概述

MusicForProgramming 網站中的音樂下載到本地的 Terminal / Console 程式。

📕 特色

  • 使用 RequestsBeautifulSoup, 進行 歌曲名稱 以及 歌曲串流(Stream) 的 HTTP 請求與解析。
  • 使用 Gevent,下載多首歌曲。
  • 本範例可在 Windows / macOS 環境下執行。

📗 安裝專案

  1. 本程式執行的最佳環境為:Python3.6,請確認自己電腦或虛擬環境內的 Python 版本。

  2. Clone / Download 這個專案:

     git clone https://github.com/rf777rf777/DownloadCodeMusic.git
    
  3. 在 Terminal / Console(cmd) 輸入:

     pip install -r requirements.txt
    

    來安裝需要的 Packages。

📘 使用方法

  1. 在 Terminal / Console (cmd) 輸入:

     python main.py
    
  2. 輸入要下載的歌曲號碼後按下 Enter 鍵,不同號碼間請用 "," 分隔,或輸入 "All" 來下載全部歌曲。

    image

  3. 下載完成後會產生一個 📁 CodingMusic ,存放剛剛下載的歌曲。

    image

📚 Library or API Reference

Requests - ver2.18.4.

BeautifulSoup - ver4.6.0.

Gevent - ver1.2.2.

📝 License

MIT

About

將 MusicForProgramming 網站中的音樂下載到本地的 Terminal / Console 程式

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages