Metadata-Version: 2.1
Name: roblox-aio.py
Version: 1.0.4
Summary: A Roblox API wrapper used for getting data from Roblox API.
Home-page: https://github.com/RainzDev/roblox-aio.py
Author: RainzDev
Author-email: jessrblx16@gmail.com
License: MIT
Description: # roblox-aio.py
        A Python package that uses aiohttp to request Roblox data.
        
        # Quick Example
        Here's an example where you can change the account's display name
        ```
        from roblox-aio import User
        
        user = User(cookie="cookie")
        await user.change_display_name(name="any_name")
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
