1.1.0 • Published 5 years ago

discord-fbi v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Discord FBI

A NodeJS Discord RPC that tracks your every (active window) move

Requirements

Usage

There are several ways you can use discord-fbi:

  • Use it directly from the terminal: (recommended)

    1. npx discord-fbi
    2. Or install it globally: npm install --global discord-fbi and use it in the CLI (just run discord-fbi in a terminal!)

      Usage: discord-fbi [options]
      
      Options:
      -s, --sensitive <process names>  pass it one or multiple process names (separated by commas) (e.g opera.exe, Code.exe) to hide their title for sensitive information reasons
      -h, --help                       output usage information
  • Install the package using npm: npm install discord-fbi --no-optional and set it up in a JS file like this:

    const FBI = require('discord-fbi');
    
    // you can pass it an array of process names (e.g opera.exe) to hide their title for sensitive information reasons (e.g. your IP can appear in the title of the process)
    new FBI();

    After this, just run the file using node <filename>.js

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago