Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pogodigitalism/robloxauthenticator
A (a)synchronous wrapper for automatically authorizing Roblox HTTP requests with 6-digit TOTP (Mobile 2FA)
https://github.com/pogodigitalism/robloxauthenticator
2fa api auth mobile py roblox
Last synced: about 1 month ago
JSON representation
A (a)synchronous wrapper for automatically authorizing Roblox HTTP requests with 6-digit TOTP (Mobile 2FA)
- Host: GitHub
- URL: https://github.com/pogodigitalism/robloxauthenticator
- Owner: PogoDigitalism
- Created: 2023-06-15T16:26:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-06T23:39:48.000Z (3 months ago)
- Last Synced: 2024-10-07T22:54:32.411Z (about 1 month ago)
- Topics: 2fa, api, auth, mobile, py, roblox
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roblox Authenticator
### by PogoDigitalism (contact me on Discord )🎉 Easily authenticate your HTTP Requests with **RobloxAuthenticator**! 🎉
## This tool provides automation of group payouts, asset purchases (not thoroughly tested) and trades!
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. ⚠️
### A small introduction:
Check out [this](https://github.com/PogoDigitalism/RobloxAuthenticator/tree/main/examples) 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.### TOTP KEY TUTORIAL:
To get the key, go to Roblox privacy settings, reset/add mobile authentication.![image](https://github.com/PogoDigitalism/RobloxTradeAuthenticator/assets/107322523/2a448f61-3781-475e-880f-ed3a7cfc95c9)
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.