Skip to content

A script which checks for dlive.tv usernames and puts available names into a .txt file

Notifications You must be signed in to change notification settings

BillyNoGoat/dlive-acc-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dlive-acc-lookup

Install

Git clone the directory and run npm i inside the new directory. After dependencies are installed, the app can be run with node app.js.

Adding wordlist

As I made this in like 1 hour this is a pretty manual process.

  • Add a wordlist as an array of strings in words.js as the existing 4 words provides.
  • Import the array in line 1 of app.js as the 4 existing lists provides.
  • Either:
    1. Change variable words to equal the imported list via it's name in line 1
    2. Add the array to the words variable using the ... (spread) operator to add it to the concatenated array to be executed with the rest.

Output

No support for concurrency, one by one to prevent rate limiting. On each successful response, the response will be logged to the console. Once every name in the array(s) have been processed, output.txt will be created with the results after filtering out the failures.

About

A script which checks for dlive.tv usernames and puts available names into a .txt file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published