Skip to content

Loureas/LoveLiveSongParser

Repository files navigation

🎵 Love Live! song parser of Fandom Wiki

Logo

🎞 Preview

Preview

A Python script that parses and downloads songs from different groups Love Live! from the Fandom Wiki site love-live.fandom.com.

⚙️ Requirements

💾 Executable binary files (GNU/Linux, Windows)

Releases

📝 Usage

  1. Clone the repository:

    git clone https://github.com/Loureas/LoveLiveSongParser
  2. Install required dependencies:

    python -m pip install -U -r requirements.txt

    On GNU/Linux, usually the latest version of Python is run with commands such as: python3, python3.7

  3. Run the source code file lovelive_song_parser.py:

    python lovelive_song_parser.py
  4. Follow the directions to start downloading.

What else do you need to know

  • When new songs are released, always update the database to download them
  • If you have a low Internet speed, it is not recommended to raise the number of parallel downloads above 5, if the speed is higher, then no higher than 15-20
  • You can specify all or several groups to download

🆘 Issues

If you have any problems while running the script, you can create a new issue on GitHub or write to Telegram @Loureas with a detailed problem.

🔧 Contribution

You can help improve the script algorithm or translate it. Publish changes in Pull Request or Telegram @Loureas. All changes will be reviewed.