Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T22:21:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T07:07:53.454Z (over 1 year ago)
- Topics: music-downloader, python3, web-scraping
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 1
- 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