This super faster roblox group checker utilizes the speeds of aiosonic to achieve the best speed possible. The group checker includes features such as anti ratelimit customization, and discord webhook support. When group checking is finished, it imports all the group and the groups information in a organized json file, which also includes the finished results (total groups, total robux, & time taken)
- Group Name
- Group Member Count
- Group Clothing Count
- Group Funds
- Group Pending Funds
- Group Game Count
- Group Games Visits Count
The configuration file is config/config.json
"robloxUserID" & "robloxCookie" are required for checking groups
"antiRatelimit" is default "1", this adds a delay inbetween groups to help with ratelimits.
in "Discord" > "isEnabled", this is default false, if set to true, it will be expecting a "webhookURL" which will send each group through the discord webhook.
"fullAccuracy" will garuentee a successful request, meaning it will retry until successful.
"customDetections" will allow you to change what you want to get. This can help with ratelimits and if your not interested in some of the groups information.
"outputFilter" will only put groups in output/groups.json if the members are more then 100, if it has any funds/pending funds, and if the clothing is more then 25.
Run python start.py when the config file is configured.
Console-
Group Data-
Result Data-
Discord Embed-
-
11/18/2023 - Released & Fixes
- Released publicly
- Bug fixes (decoding issues)
- Speed increase (made concurrent)
- Error handling (will ignore errors, and set info as "error")
- Error counting
-
11/19/2023 -
- Speed increase, help w/ ratelimits (removed unnessary req)
- Ratelimit counting
-
11/20/2023
- Full Accuracy option added (will retry all ratelimited request, ensuring for a 100% ok response)
- Custom detections option added (can choose what to request, can help with ratelimits, or if your only interested in one asset of groups)
- Output filter option added (will only show groups in output if the group members are more then 100, funds are more then 0, pending funds more then 0, and clothing more then 25)
- Added successful request counting
- Clothing bug fixes
- Proxy support (w/ proxychecker & scraper)
- Interchangable http clients (between aiohttp & aiosonic)
- Multiple account queue
- Discord bot client w/ commands (optional)
- Improvement in UI
Concept & Idea from lad / novak
Bypass code from xolo