daehee / weleakinfo-cli

Node utility for WeLeakInfo API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weleakinfo-cli

Node utility for WeLeakInfo API

Installation

Clone this repository and install npm dependencies:

npm i weleakinfo-cli

Go to WeLeakInfo.com and register for an account.

Generate public/private API keys from We Leak Info's API Dashboard:

Create a .env file at project root with the either/both API keys:

WELEAKINFO_PUBLIC=XXX
WELEAKINFO_PRIVATE=XXX

Usage

Launch the interactive CLI:

weleakinfo

License

MIT © Daehee Park

About

Node utility for WeLeakInfo API

License:MIT License


Languages

Language:JavaScript 100.0%