Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
/ smm4j Public archive
forked from EzioisAwesome56/smm4j

Grab level information from super mario maker bookmark site

Notifications You must be signed in to change notification settings

Godson777/smm4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMM4j

Super Mario Maker for Java (or smm4j), is a basic library that gathers information about levels from the bookmark site using a level id. It is powered by jsoup.

Notice

Too many requests to the bookmark site may cause your ip to be 403'd for an hour. This is basically nintendo's rate limiting. Just be careful

Installation

First, add this to your maven pom.xml

<repository>
       <id>jitpack.io</id>
       <url>https://jitpack.io</url>
</repository>

Then just add the repo itself

<dependency>
    <groupId>com.github.EzioisAwesome56</groupId>
    <artifactId>smm4j</artifactId>
    <version>1.1</version>
</dependency>

Usage

getLevel() takes your level id as a string for arguments, spits out a 7 entry long String[] with all the info you need
makeUrl() takes your level id as input and returns the mario maker bookmark site url for that level
GetRandomLevel() takes no arguments and returns a persudo random level based on the recommended courses page

About

Grab level information from super mario maker bookmark site

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%