https://github.com/ashutoshvarma/music-util
Python module for retrieving song information and download details by web scrapping or using music services api
https://github.com/ashutoshvarma/music-util
music-downloader python3 web-scraping
Last synced: 3 months ago
JSON representation
Python module for retrieving song information and download details by web scrapping or using music services api
- Host: GitHub
- URL: https://github.com/ashutoshvarma/music-util
- Owner: ashutoshvarma
- License: mit
- Created: 2018-07-14T07:10:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:09:38.000Z (over 1 year ago)
- Last Synced: 2024-12-28T00:42:51.242Z (5 months ago)
- Topics: music-downloader, python3, web-scraping
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MusicUtil
It is a python module for searching and downloading songs from various sources.
### Sources Supported:-
- [chiasenhac_vn](http://chiasenhac.vn)### Upcoming Source Support:-
- [Spotify](https://spotify.com)
- [Youtube](https://youtube.com)#### Requirements:-
* requests
* beautifulsoup4
* spotipy
* html5lib