{"id":19753892,"url":"https://github.com/trisha/jordle-solver","last_synced_at":"2026-06-04T20:31:29.006Z","repository":{"id":244431340,"uuid":"815224951","full_name":"trisha/jordle-solver","owner":"trisha","description":"For solving petpet and Altador Cup Jordle categories","archived":false,"fork":false,"pushed_at":"2024-06-27T15:41:52.000Z","size":307,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T22:15:26.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trisha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-14T16:14:59.000Z","updated_at":"2024-06-27T15:41:56.000Z","dependencies_parsed_at":"2024-06-18T04:23:38.352Z","dependency_job_id":"7b6c1028-985a-46e5-a790-c48724c5dbd6","html_url":"https://github.com/trisha/jordle-solver","commit_stats":null,"previous_names":["trisha/jordle-solver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trisha%2Fjordle-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trisha%2Fjordle-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trisha%2Fjordle-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trisha%2Fjordle-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trisha","download_url":"https://codeload.github.com/trisha/jordle-solver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241085430,"owners_count":19907254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T02:55:35.862Z","updated_at":"2026-06-04T20:31:28.969Z","avatar_url":"https://github.com/trisha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jordle-solver\nFor solving petpet and Altador Cup Jordle categories\n\n\n[Jordle](https://www.jellyneo.net/jordle/) is a Wordle game that uses words from Neopets.com, instead of English words. JellyNeo is the Neopets fansite that runs Jordle, hence the J instead of the W.\n\nSometimes the category is \"Altador Cup player\" or \"petpet\", and there are some obscure 5-letter ones that I wouldn't be able to come up with myself. To save myself the trouble of going through all the AC players or p2 names each time, I decided to create a script to help me. \n\n# How to use\n## Run locally\n- Clone the repository locally\n- Open the `jordle_solver.py` file\n- Edit the variables in the function call at bottom of the page\n- In your terminal while in the project folder, run `python jordle_solver.py`\n- Answer(s) will be printed in your terminal!\n\n## Run on Repl.it\n- Copy over `altador_cup/names.txt`, `petpets/names.txt`, and `jordle_solver.py`\n- Confirm that the file path names match\n- Edit the variables in the function call at bottom of `jordle_solver.py`\n- Run the `jordle_solver.py` file\n\n## To update the AC player names,\n- In your terminal while in the project folder, run `python altador_cup/get_urls.py` to update the list of Altador Cup teams\n- Run `python altador_cup/get_names.py` to update `names.txt`, aka the list of players on each team whose names are 5 letters long\n\n## To update the petpet names, \n- Replicate the ChatGPT screenshot OCR process I outlined in `petpets/petpet_scraper.md` to update `petpets/raw_names.txt`\n- In your terminal while in the project folder, run `python get_names.py` to update `names.txt`, aka the list of petpet names that are 5 letters long\n\n# Coding Plan\n- Scrape AC player names that are 5L by visiting each [team](https://thedailyneopets.com/altador-cup/altador-cup-teams) and looking at the [roster](https://thedailyneopets.com/altador-cup/altador/) for each\n- Scrape petpet names that are 5L by viewing all [petpets](https://items.jellyneo.net/search/all-petpets/?limit=75\u0026petpet_colour=1000) in their base color\n-- JellyNeo doesn't allow scraping so I used ChatGPT to OCR the names from screenshots\n- Create a script that takes in a set of known letters as well as known letter locations, plus category, to find possible matches\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrisha%2Fjordle-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrisha%2Fjordle-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrisha%2Fjordle-solver/lists"}