News:

Need help with Finale? Have a question about arranging? NSM Resources is the place to go!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Bombette

#1
Off-Topic / NSM web crawler - batch downloader!
October 09, 2022, 03:57:36 AM
Hi everyone!
I'm new here, this is my first post.

I made a Python script recently to download every sheet music at once.
It uses CSS selectors and is very effective and easy to modify. The download process is currently a bit slow, but it works perfectly fine.
You can even interrupt the script and it will resume when it runs again.

You can check it out on my GitHub: https://github.com/breeev/NSM

I didn't compile any executable because it will be blocked by every antivirus and I want you to look at the source code so you can trust it.
If you get any ImportError, just use pip install [module].

Alright, stay safe!