A simple JavaScript code to guess words for wordle.
- Clone the repository: https://github.com/sujallvalera/WordleBot-JS.git
- Install the dependencies:
npm install
- Just run the index.js file on your machine;
- It will enter 5 words according to the given array and guess the last word using an algorithm.
node index.js
This will launch a new instance of Chrome controlled by puppeteer and will start entering words on wordle.
- Node.js
- Puppeteer
- html2json
This project is licensed under the MIT License. See the LICENSE
file for more information.
- Fork this repository.
- Clone it onto your local machine and test if everything works correctly before making any changes.
- Make the appropriate changes.
- Test it.
- Test it again.
- If everything's fine, open a pull request. We will be more than happy to review your Pull Requests. So go for it and contribute to this awesome open source community.
If your Pull Request is accepted, you will surely get credits here.