Skip to content

synpixel/roblimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roblimp

An auto-generated wrapper around Roblox's API.

Installation

pesde

pesde add synpixel/roblimp

Quick Start

local roblox = require("@lune/roblox")
local roblimp = require("@pkg/roblimp")

local COOKIE = assert(roblox.getAuthCookie(true))

local you = roblimp.users.authenticated(COOKIE):unwrap()
print(`name: {you.name}`)

local details = roblimp.users.get(you.id):unwrap()
print(`bio: "{details.description}"`)
print(`join date: {details.created}`)
print(`verified: {details.hasVerifiedBadge}`)

About

An auto-generated wrapper around Roblox's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages