Skip to content

A simple Node.js application that makes HTTP/HTTPS requests to the Roblox API using a custom roblox-machine-id header.

License

Notifications You must be signed in to change notification settings

NotCamSlice/Roblox-API-Request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=

About

A simple Node.js application that makes HTTP/HTTPS requests to the Roblox API using a custom roblox-machine-id header.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published