ArticOff / robloxAPI

A simple API wrapper for Roblox

Home Page:https://discord.gg/h7YFnP45jv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

robloxAPI

A simple API wrapper for Roblox.

The project is under development

I still haven't put the project on Pypi, I'll do it as soon as I've fixed all the bugs

Quick Examples

import roblox

client = roblox.Client(email="email@example.com", username="Example", password="Example")

@client.listen()
def on_ready(bot: roblox.User):
    print(f"{bot.username} is online!")

client.login(roblosecurity="roblosecurity")

How to install it ?

  1. Download Python (I recommend a recent version of Python)
  2. Download all files
  3. Put them in a common folder
  4. Create a Python file
  5. Don't forget to import the module import roblox
  6. Copy the code here
  7. fill in the email, username, password and ROBLOSECURITY

Made with ❤️ by Artic

About

A simple API wrapper for Roblox

https://discord.gg/h7YFnP45jv

License:MIT License


Languages

Language:Python 100.0%