Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.01 KB

README.md

File metadata and controls

65 lines (44 loc) · 1.01 KB

*dle answers

Fetch and decrypt answers for quizzes at:

Both EU and US regions are supported.

Installation

  • Install NodeJS.

  • Download or clone the project.

  • Go to the loldle-answers folder and run:

    npm install
    

Usage

Run with:

npm start [site-name]

Exemples:
The tool uses loldle.net by default.

npm start
npm start loldle
npm start pokedle
npm start smashdle
npm start dotadle

Sidenote(s)

Hiding encryption keys in JavaScript files is not a good idea.

Using the same couple of encryption keys for 4 different sites was a mistake.

CryptoJS sucks, I have no idea why LoLdle creator used it.

Copyright

See the license.