diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -1 +1,29 @@ -# arknights_ost_crawler
\ No newline at end of file +Tested on Ubuntu and Python 3 + + +A simple script to download all your favorite Arknights OSTs from monster-siren.hypergryph.com + +Download all songs, albums and fill out metadata, album, cover art, artists and even lyrics + +### Note: + +The API offers .mp3 and .wav, but the program convert .wav to .flac since .wav can't do metadata. + +### Requirements: + +Python + +ffmpeg + +```pip3 install -r requirements.txt``` or ```pip install -r requirements.txt``` + +### Runs: + +```python3 main.py``` or ```python main.py``` + +### Video instructions: +https://drive.google.com/file/d/1Kzcn3GazpE9MHtzlkgJB3L0DtvsHK88M/view?usp=sharing + + +![image](https://user-images.githubusercontent.com/80285371/207703442-a96488bc-5642-4d7b-92da-f0ac976e944b.png) +![image](https://user-images.githubusercontent.com/80285371/207703484-2271b5a1-7928-401d-9bed-a5e4feeec4d0.png) |