BloxPy: Your All-in-One Python API wrapper for Roblox Development
Project description
BloxPy: Your All-in-One Python API Wrapper for Roblox Development
BloxPy is the ultimate Python API wrapper for Roblox developers, offering an all-in-one solution to interact with Roblox Public APIs effortlessly. Whether you want to retrieve player data, manage groups, or create dynamic game interactions, BloxPy empowers you to build amazing Roblox experiences with ease.
Features
- Effortlessly interact with Roblox Public APIs.
- Retrieve player data, game information, and group details.
- Simplify group management tasks, such as handling members and roles.
- Create dynamic game interactions and enhance in-game experiences.
Installation
You can install BloxPy using pip:
pip install -U BloxPy
Usage
-
Users
from BloxPy import Users
# Fetch player data
player_id = 1234567890
player_data = Users.get_user(player_id)
print(player_data.name) # Username
print(player_data.displayName) # Display Name
-
Groups
from BloxPy import Groups
# Fetch group data
group_id = 1234567890
group_data = Groups.get_group(group_id)
print(group_data.name) # Group Name
print(group_data.memberCount) # Group Member Count
-
Search
from BloxPy import Search
# Fetch users by keyword
user_keyword = 'Henry'
user_search_results = Search.search_users(keyword)
print(user_search_results.data) # List containing data
for user in user_search_results.data:
print(user.name) # Username
print(user.id) # User ID
# Fetch groups by keyword
group_keyword = 'Roblox'
group_search_results = Search.search_groups(keyword)
print(group_search_results.data) # List containing data
for group in group_search_results.data:
print(group.name) # Name
print(group.description) # Description
print(group.memberCount) # Member Count
Documentation
For detailed documentation and usage examples, check out the BloxPy Documentation.
Contributing
We welcome contributions from the community! If you find a bug or have an enhancement in mind, please open an issue or submit a pull request.
License
BloxPy is licensed under the MIT License. See the LICENSE file for details.
Contact
For questions or support, you can reach out to us at developer.x.business@gmail.com or join our Official Discord server.
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
Built Distribution
File details
Details for the file BloxPy-0.1.15.tar.gz
.
File metadata
- Download URL: BloxPy-0.1.15.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a839c4d07bee087e823ecd9e14010588dcf7b9d7e176c7fc89a43c4b5d3bd0e |
|
MD5 | 9c340609d37b7a80f0912217c019bdc3 |
|
BLAKE2b-256 | 4e375f474dc031a6fe9dca86f39480099b5070c0fbfde765a7403c9b37c8664e |
File details
Details for the file BloxPy-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: BloxPy-0.1.15-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 638f531d97f101aabd2569e02053cf7aabaf16968219e8b1e266f7bd1a0e5faa |
|
MD5 | 86fe78a93ee11654bbaa15a1043434ad |
|
BLAKE2b-256 | 81361a9ea16782b5bcfba1960ec44b50f677357133e1e97f2d3a351d37bb2a6d |