Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

lhy-hoyin/wordle-solver

Repository files navigation

Wordle Solver

This is our project for iNTUition v8.0 (2022)

More project releated info

Group Name: def foo(c, l)
Find out more at our Devpost post.

What is it?

It's a telegram bot that can help you solve Wordle, by suggesting words to try. Just provide the bot with the words you tried, and the result of the words you tried which Wordle says.
**The API Key has been omitted, please use your own bot API key to run the code.

Dependencies

Library Installation
SciPy pip install scipy
wordfreq pip install wordfreq
python-dotenv pip install python-dotenv
python-telegram-bot pip install python-telegram-bot

References

For the wordle-solver algorithm