Skip to content

philhanna/wordle_history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle

Go Report Card PkgGoDev

The website https://wordfinder.yourdictionary.com/wordle/answers keeps a history of every Wordle word featured in the New York Times since 2021. This project downloads and parses that data into an sqlite3 database with this table:

CREATE TABLE wordle_history (
    date    text, -- The puzzle date in YYYY-MM-DD format
    puzzle  text, -- The puzzle number. Usually numeric; some are alphabetic
    word    text  -- The 5-letter word, uppercase
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages