Giter VIP home page Giter VIP logo

node-vgmusic-downloader's Introduction

Node VGMusic Downloader

What is this ?

The Videogame Music Archive, also known as VGMusic.com or VGMA, is a website that archives MIDI sequences of video game music, ranging from tunes of the NES era to modern pieces featured in Xbox One, Wii U and PS4 games. Currently, there are over 30,000 MIDI sequences hosted on the site across approximately 47 gaming platforms. The SNES directory has the most MIDI sequences of any directory on this site. VGMusic.com is one of the oldest, if not the oldest, video game music websites online.

This tool will download all MIDI files listed on VGMusic.com. This is for a personal use and must be considered as a disposable tool! Once you have all downloaded, please backup the files ;)

Default configuration will download files listed in all pages/categories. Download folder architecture follows the page URI's path.

Configuration

You can edit the config.js file in order to configure the script:

  • downloadFolder is the download folder path (default: ./download)
  • pages is an array containing the list of pages/categories that will be crawled (default: all pages)
  • There is a debug mode flag (default: off)

How to use

You must have Node.js installed on your computer.

  1. Git clone, or download zip file
  2. Install dependancies using npm install
  3. Edit the configuration file config.js if needed
  4. Run the app with node vgmusic.js !

How to monitor crawling ?

Two nice commands to see what's going on when the script is running :

  • du -sh ./download displays the total size of what you crawled
  • find ./download -name "*.mid" | wc -l count the number of MIDI files you downloaded

node-vgmusic-downloader's People

Contributors

gogson avatar 0x70b1a5 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.