Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mmjscrape

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mmjscrape

A scraper for Music Maker JAM.

  • 2.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

mmjscrape

Downloads Version Travis

mmjscrape is a simple cli app for downloading Music Maker JAM songs based on their hash URLs you obtain when sharing via email. It was written for my dad so I could easily download the songs he made and burn them to CDs, but I got tired of keeping it on my hard drive collecting dust.

Cli Usage

mmjscrape <path> <...hashes> or mmj <path> <...hashes>. You will find the tracks as m4a files in the path. If one cannot be downloaded, it will be skipped.

Node Usage

const mmjscrape = require('mmjscrape');
mmjscrape('<hash>').then(data => console.log(data)).catch(console.error);

Response object example:

{
	hash: 'a6a7bdd9-98d5-11e7-991a-02fe9cf35e65',
	url: 'https://mmj-live.s3-accelerate.amazonaws.com/assets/music_file/a994dbd9-98d5-11e7-991a-02fe9cf35e65.m4a',
	title: 'Thelonious Junk by bunnyshonis',
	data: Buffer
}

Keywords

FAQs

Package last updated on 11 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc