chuni-lib
v0.0.3
Published
Get Info from Project Sekai: ARCADE Edition with JSON format!
Readme
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
- Open this URL
- Execute this JS Code in Console
- 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.
