Skip to content

hibdusne/lububuGroups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roblox-claimable-group-finder

Features

  • High-performance scanning (up to 50M+ checks-per-minute)
  • Zero dependencies
  • Automatic ID calibration on start
  • Webhook and HTTP proxy support

Instructions

  1. Download the latest release of Python and install it with the Add to PATH option checked.
  2. Download this repository and extract it to a folder.
  3. Create a proxies.txt file within the folder and fill it with your HTTP proxies.
  4. Click the File tab on your file explorer window, and then click Open PowerShell.
  5. Execute the command in the Usage section below.

Usage

python finder.py --workers 16 --proxy-file proxies.txt -u 
-w <num>, --workers <num>
                      Number of workers
-t <num>, --threads <num>
                      Number of threads (per worker)
-r <range> [<range> ...], --range <range> [<range> ...]
                      Range(s) of group IDs
-p <file>, --proxy-file <file>
                      File containing HTTP proxies
-u <url>, --webhook-url <url>
                      Send group results to <url>
-c <id>, --cut-off <id>
                      ID limit for skipping missing groups
-C <size>, --chunk-size <size>
                      Number of groups to be sent per batch request
-T <seconds>, --timeout <seconds>
                      Timeout for connections and responses

Things to note

  • Ownerless groups will be ignored on the first cycle of scanning (regardless of approval-only or locked status).
  • Proxies are required as of 2021-09.

--webhook-url

If the --webhook-url arg. is specified, an embed will be sent whenever a claimable group is found. E.g.:

Embed sample

--cut-off

By default, when encountering a missing/deleted group, it's ID will be removed from the queue so that it won't be checked again.

The --cut-off argument specifies at which ID (and above) missing groups shouldn't be removed from the queue. This is ideal in scenarios where you also wanna scan groups that haven't been created yet.

About

gagga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • HTML 0.4%