Git Product home page Git Product logo

jackbox-scanner's Introduction

Jackbox Scanner

A little CLI tool written to randomly scan Jackbox Servers for active rooms.

Features:

  • Filter only rooms which can be joined as players. (-playable flag)
  • Filter only rooms with no password protection (default. Turn this off with -passwords flag)
  • Concurrent requests for fast performance. Usually you can find a room within 10-20 seconds. (Modify concurrency level with -workers flag)
  • Manually check specific 4-letter room codes by passing them as positional arguments.

Installation

You'll need a go compiler: just go get it:

$ go get github.com/kklash/jackbox_scanner
$ jackbox_scanner  -h
Usage of ./jackbox_scanner:
  -first
      Terminate upon finding first valid room code.
  -game string
      Only show games of this game type.
  -passwords
      Show games which are password-protected.
  -playable
      Only count games open to joining as players.
  -verbose
      Enable verbose logging of each request.
  -workers int
      Number of parallel workers checking rooms. (default 5)

Usage

To scan for any available and unlocked rooms, just run the program with no arguments:

$ jackbox_scanner

It will start printing the number of room codes it has checked thus far, and will dump the room info on any active ones it finds:

Room codes checked: 47
FOUND ROOM CODE: LQJE
{
  "apptag": "quiplash2",
  "audienceEnabled": true,
  "numAudience": 0,
  "error": "",
  "joinAs": "audience",
  "requiresPassword": false,
  "roomid": "LQJE",
  "server": "ecast.jackboxgames.com"
}

If you wish to scan specific room codes, pass them as positional arguments, like so:

$ jackbox_scanner abbb jjsz nquf
ABBB: EMPTY
NQUF: **** FOUND ROOM ****
JJSZ: EMPTY

jackbox-scanner's People

Contributors

kklash avatar

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.