/NameChecker

NodeJS program that checks Username availability on Roblox (from a text file)

Primary LanguageJavaScriptISC LicenseISC

puyoxyz/NameChecker

NameChecker is a NodeJS program that checks Username availability on Roblox.

Requirements

  • Node.js: This is supposed to run on Node 10, but further versions of Node should work too. (Confirmed working on Node.JS 13.9.0)

Installation

  1. git clone (or just download) the repo to your machine, then open a terminal in the directory where it is.
  2. npm install

Usage

  1. Put the names (one per line) in Names.txt
  2. Open a terminal in the directory where you have this downloaded
  3. Run npm start

Log files:

  • app.log: Information messages and Valid names
  • inappropiate.log: Inappropiate names
  • taken.log: Taken names