Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lockblock-dev/dle-answers
Fetch and decrypt LoLdle, Pokédle, Smashdle, Dotadle answers
https://github.com/lockblock-dev/dle-answers
dota2 dotadle league-of-legends loldle pokedle pokemon smash-bros smashdle
Last synced: 2 months ago
JSON representation
Fetch and decrypt LoLdle, Pokédle, Smashdle, Dotadle answers
- Host: GitHub
- URL: https://github.com/lockblock-dev/dle-answers
- Owner: LockBlock-dev
- License: wtfpl
- Created: 2024-02-20T22:25:57.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-23T13:02:09.000Z (7 months ago)
- Last Synced: 2024-06-23T14:24:11.044Z (7 months ago)
- Topics: dota2, dotadle, league-of-legends, loldle, pokedle, pokemon, smash-bros, smashdle
- Language: JavaScript
- Homepage: https://loldle.net/
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# \*dle answers
Fetch and decrypt answers for quizzes at:
- [LoLdle](https://loldle.net/)
- [Pokédle](https://pokedle.net/)
- [Smashdle](https://smashdle.net/)
- [Dotadle](https://dotadle.net/)
- [Onepiecedle](https://onepiecedle.net/)
- [Narutodle](https://narutodle.net/)Both EU and US regions are supported.
## Installation
- Install [NodeJS](https://nodejs.org/).
- 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](https://github.com/brix/crypto-js) sucks, I have no idea why LoLdle creator used it.
## Copyright
See the [license](./LICENSE).