All Projects → ro-py → ro.py

ro-py / ro.py

Licence: MIT License
ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ro.py

Pyblox
An API wrapper for Roblox written in Python. (Receives Updates)
Stars: ✭ 30 (-53.85%)
Mutual labels:  roblox, api-wrapper, robloxdev, roblox-api
acord
An API wrapper for discord, built using aiohttp and pydantic.
Stars: ✭ 25 (-61.54%)
Mutual labels:  oop, api-wrapper
lua-lessons-ru
Исходные тексты видео курса "Уроки Love2D, Roblox и Lua для всех"
Stars: ✭ 13 (-80%)
Mutual labels:  roblox, robloxdev
roblox-requests
The simple, elegant way to send HTTP requests in Roblox.
Stars: ✭ 26 (-60%)
Mutual labels:  roblox, rbxdev
matter
A modern ECS library for Roblox.
Stars: ✭ 39 (-40%)
Mutual labels:  roblox
pimf-framework
Micro framework for PHP that emphasises minimalism and simplicity
Stars: ✭ 42 (-35.38%)
Mutual labels:  oop
LMPHP
Multi-language management and support on the site.
Stars: ✭ 19 (-70.77%)
Mutual labels:  oop
sparql-micro-service
SPARQL micro-services: A lightweight approach to query Web APIs with SPARQL
Stars: ✭ 22 (-66.15%)
Mutual labels:  api-wrapper
Flipper
A motion library for Roblox
Stars: ✭ 80 (+23.08%)
Mutual labels:  roblox
alleycat-reactive
A simple Python library to provide an API to implement the Reactive Object Pattern (ROP).
Stars: ✭ 15 (-76.92%)
Mutual labels:  oop
digitalocean
A prototype API for Digital Ocean.
Stars: ✭ 35 (-46.15%)
Mutual labels:  api-wrapper
Aurora
(Deprecated) Aurora is a library that can manage status effects (known as "Auras") in your Roblox game.
Stars: ✭ 23 (-64.62%)
Mutual labels:  roblox
PyStanfordNLP
A Python Wrapper of Stanford Chinese Segmenter
Stars: ✭ 17 (-73.85%)
Mutual labels:  python-wrapper
webapi
Go HTTP service component for automatic route registration and compilation constraint checking.
Stars: ✭ 24 (-63.08%)
Mutual labels:  webapi
humanapi
The easiest way to integrate health data from anywhere - https://www.humanapi.co
Stars: ✭ 21 (-67.69%)
Mutual labels:  api-wrapper
primeuploads-py
An unoffcial python API client for primeuploads.com
Stars: ✭ 40 (-38.46%)
Mutual labels:  api-wrapper
Adonis
Roblox Server Administration System
Stars: ✭ 134 (+106.15%)
Mutual labels:  roblox
2801
Curso 2801 - Fundamentos do C#
Stars: ✭ 76 (+16.92%)
Mutual labels:  oop
nextcloud
Nextcloud OCS and WebDAV API wrapper for Ruby.
Stars: ✭ 16 (-75.38%)
Mutual labels:  api-wrapper
ramapi
Python implementation for the Rick and Morty API
Stars: ✭ 17 (-73.85%)
Mutual labels:  api-wrapper

ro.py

GitHub | Discord | PyPI | Documentation | Examples | License

RoAPI Discord ro.py PyPI ro.py PyPI Downloads ro.py PyPI Downloads (Legacy) ro.py PyPI License ro.py GitHub Commit Activity ro.py GitHub Last Commit

Overview

Welcome to ro.py! ro.py is an asynchronous, object-oriented wrapper for the Roblox web API.

Features

The key features are:

  • Asynchronous: ro.py works well with asynchronous frameworks like FastAPI and discord.py.
  • Easy: ro.py's client-based model is intuitive and easy to learn for both the beginner and expert developer. It abstracts away API requests and leaves you with simple objects that represent data types on the Roblox platform.
  • Flexible: ro.py's builtin Requests object allows the user to do things that we haven't already implemented ourselves without dealing with advanced Roblox-specific concepts.

Installation

To install ro.py from PyPI, you can install with pip:

pip install roblox

To install the latest unstable version of ro.py, install git-scm and run the following:

pip install git+git://github.com/ro-py/ro.py.git

Tutorial

Learn how to use ro.py in our docs: https://ro.py.jmk.gg/dev/tutorial/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].