https://github.com/davydany/mp3millionz
If you use MP3Million.com and you ever need to download a large amount of your purchased music, and you don't want to do it manually, you can do it with this utility!
https://github.com/davydany/mp3millionz
Last synced: 11 months ago
JSON representation
If you use MP3Million.com and you ever need to download a large amount of your purchased music, and you don't want to do it manually, you can do it with this utility!
- Host: GitHub
- URL: https://github.com/davydany/mp3millionz
- Owner: davydany
- Created: 2014-08-24T00:52:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T00:32:55.000Z (about 2 years ago)
- Last Synced: 2025-02-16T13:32:12.670Z (over 1 year ago)
- Language: Python
- Size: 39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MP3Millionz
If you use MP3Million.com and you ever need to download a large amount of your purchased music,
and you don't want to do it manually, you can do it with this utility!
## Install
Ensure that you have pip installed.
```python
pip install -r requires.txt
```
## Run
Simply run this:
```bash
python millionz.py
```
## Arguments
```bash
usage: millionz.py [-h] [--output_directory OUTPUT_DIRECTORY]
username password
positional arguments:
username
password
optional arguments:
-h, --help show this help message and exit
--output_directory OUTPUT_DIRECTORY
Absolute path to where to store downloaded files.
```