Spyder
Overview
What is this?
RobloxApi is a rust library that wraps Roblox's web api endpoints into Rust compatible format and allows for cookie based authorization. The wrapper seamlessly integrates users, groups, games, and payment services into Rust-compatible formats for easy access and manipulation. This project originally started as a simple fork and grew to be something more with time.
Use Case
This library is being used in a program being hosted on a RaspberryPi which listens for requests from Roblox servers and then creates a developer product based on the contents of the request.
Using this library, I was able to create the custom Donation System for Toshiko - Tokyo Undying
Implementations
- Complete Refactor of the original source code
- Added Error Handling for API Requests
- Changed how the Http client is used and accessed across functions
- Added compatibility for multiple Http clients to access different cookies
Documentation
Installation
You can install the library by running cargo add robloxapi
Retrieving Users
Example of retrieving a given user, three different ways!