Skip to content

Efficient and fast roblox group checker using aiosonic

Notifications You must be signed in to change notification settings

visions4k/Roblox-GroupCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roblox Group Checker

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)

Data Scraped

  • Group Name
  • Group Member Count
  • Group Clothing Count
  • Group Funds
  • Group Pending Funds
  • Group Game Count
  • Group Games Visits Count

Setup

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.

Start

Run python start.py when the config file is configured.

Examples

Console-

Console

Group Data-

Group Data

Result Data-

Results Data

Discord Embed-

Discord Embed

Changelog

  • 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

To do (coming soon)

  • Proxy support (w/ proxychecker & scraper)
  • Interchangable http clients (between aiohttp & aiosonic)
  • Multiple account queue
  • Discord bot client w/ commands (optional)
  • Improvement in UI

Thanks

Concept & Idea from lad / novak

Bypass code from xolo

About

Efficient and fast roblox group checker using aiosonic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages