Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 443 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 443 Bytes

Roblox API Request

A simple Node.js application that makes HTTP/HTTPS requests to the Roblox API using a custom roblox-machine-id header. This project includes robust error handling, environment variable support, and customizable request configurations.

Set up environment variables:

  • Create a .env file in the project root:
ROBLOX_MACHINE_ID=your-roblox-machine-id
MAX_CONCURRENT=1
MIN_TIME=1000
PROXY_HOST=
PROXY_PORT=