Giter VIP home page Giter VIP logo

roblox-claimable-group-finder's Introduction

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

Setup

  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, then click Open PowerShell.
  5. Execute the command in the Usage section below.

Usage

python finder.py --workers 16 --proxy-file proxies.txt
-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

--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.

roblox-claimable-group-finder's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.