🎉 Easily authenticate your HTTP Requests with RobloxAuthenticator! 🎉
This is an easy-to-use wrapper written in 100% Python to automate process of Roblox' 2FA MOBILE authentication system. RobloxAuthenticator contains both a synchronous and asynchronous way of making these requests!
❗ This is **NOT** a 2FA bypasser and can not be used to gain unauthorized access to Roblox accounts. I strongly discourage account theft and any other malicious practices of such matter.
⚠️ RobloxAuthenticator requires the external pyotp, requests and aiohttp library to function. ⚠️
Check out this for examples on how to use RobloxAuthenticator.
In order for RobloxAuthenticator to make succesful HTTP requests, it requires a Roblox account's TOTP secret (to generate a 6-digit code) and .ROBLOSECURITY (to authorize requests). Below is a tutorial that shows how to get this TOTP as it is a bit hidden in your account settings.
To get the key, go to Roblox privacy settings, reset/add mobile authentication.
Then, click the 'Cant't scan the code? Click here for manual entry' This is your secret key (OTP_SECRET). Copy and paste this in your code (You can share this code across multiple devices, so adding this code to your phone as well won't affect your program.