{"id":16687417,"url":"https://github.com/nikolajlauridsen/wordsearch","last_synced_at":"2025-05-15T04:34:59.124Z","repository":{"id":71538157,"uuid":"76978474","full_name":"nikolajlauridsen/WordSearch","owner":"nikolajlauridsen","description":"What does that word mean?","archived":false,"fork":false,"pushed_at":"2019-04-24T17:42:46.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T04:11:17.700Z","etag":null,"topics":["scraping","scraping-websites"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikolajlauridsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-12-20T17:41:13.000Z","updated_at":"2019-04-24T17:42:48.000Z","dependencies_parsed_at":"2023-02-27T13:31:41.613Z","dependency_job_id":null,"html_url":"https://github.com/nikolajlauridsen/WordSearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikolajlauridsen%2FWordSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikolajlauridsen%2FWordSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikolajlauridsen%2FWordSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikolajlauridsen%2FWordSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikolajlauridsen","download_url":"https://codeload.github.com/nikolajlauridsen/WordSearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254274740,"owners_count":22043575,"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":["scraping","scraping-websites"],"created_at":"2024-10-12T15:09:05.313Z","updated_at":"2025-05-15T04:34:59.118Z","avatar_url":"https://github.com/nikolajlauridsen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What does that word mean?\nCommandline tool for looking up words.\n\nSimply launch the script with your query like so:\n#### Definition\n```\npy wordsearch.py query\n```\n\n#### Synonym\n```\npy wordsearch.py -s query\n```\n\nThe script will then google it for you and look through supported sites \nfor your answer\n\n# Supported sites\n## Word definitions\n### English\n* [en.wikipedia.org](https://en.wikipedia.org/wiki/Main_Page)\n* [merriam-webster.com](https://www.merriam-webster.com/)\n* [dictionary.com](http://www.dictionary.com/)\n* [thefreedictionary.com](http://www.thefreedictionary.com/)\n* [vocabulary.com](https://www.vocabulary.com/)\n\n\n### Danish\n* [ordnet.dk](http://ordnet.dk/)\n* [da.wikipedia.org](https://da.wikipedia.org/wiki/Forside)\n* [sproget.dk](http://sproget.dk/)\n\n## Synonyms\n### English\n* [thesaurus.com](http://www.thesaurus.com/)\n* [synonym.com](http://www.synonym.com/)\n\n# Sorting languages\nTo only show english results edit line 3 in config.ini to change language sorting like so:\n\n#### before:\n\n```INI\n[DEFAULT]\nselector = p\nlang = all\n```\n\n#### after:\n\n```INI\n[DEFAULT]\nselector = p\nlang = en\n```\n\n# Output looking weird?\nChange your consoles encoding to UTF-8 and it should be solved.\nOn windows you can change your encoding with the following command:\n```\nchcp 65001\n```\n\n# Requirements\nYou can install requirements with pip\n```\npy -m pip install -r requirements.txt\n```\n* BeautifulSoup4\n* Requests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolajlauridsen%2Fwordsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikolajlauridsen%2Fwordsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolajlauridsen%2Fwordsearch/lists"}