Skip to content

Fetch and decrypt LoLdle, Pokédle, Smashdle, Dotadle answers

License

Notifications You must be signed in to change notification settings

LockBlock-dev/dle-answers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*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.