Skip to content

zeroninefourfour/CHUNI-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChuniLib

Get Info from Project Sekai: ARCADE Edition with JSON format!

import { SekaiPenguin } from "chunilib"

const penguin = new SekaiPenguin()

const frineds = penguin.friends.list()
const request = penguin.friends.listRequests()

// Get friend data and unfriend him
const friend = friends[0]
penguin.friends.unfriend(friend) or penguin.friends.unfriend(idx,token)

// Get your own player data!
const playerData = penguin.playerData.get()

How to get clal?

Make sure you are signed to ALL-NET

  1. Open this URL
  2. Execute this JS Code in Console
  3. Than this will show your clal token

from maimai gay bot

javascript:void(function(d){var s=d.createElement('script');s.src='https://gistcdn.githack.com/beer-psi/0eb8d3e50ae753388a6d4a4af5678a2e/raw/ede9859c40741d4dad49a035857b30a3e21c5dce/login.js' ;d.body.append(s)}(document)) 

This module structure is inspired from relatiocc/opencloud so it might be kinda similar.

About

Get Info from Project Sekai: ARCADE Edition with JSON format!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors