Skip to main content

Roblox API built in Python

Project description

Roblopy

GitHub license

Roblox API built in Python.

Migrating from 4.5 to 5.0, we will now be using snake case to follow PEP8. We are also adding type hints and docstrings.

Installing

Here is a simple way to install:

pip install roblopy

Here is a simple way to upgrade the package to the newest version:

pip install roblopy --upgrade

Quick Example

from roblopy import Users

user_id = Users.get_id_from_username("ROBLOX")

print("Roblox's User ID is " + str(user_id))

Documentation

https://github.com/jackprogramsjp/Roblopy/wiki

Requirements

  • requests
  • Beautiful Soup

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

roblopy-5.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page