# Wiktionary Scraper
Wiktionary Scraper is a basic scraper implementation to get word data from Wiktionary for a given word and language.
## Installation
You can install the Wiktionary Scraper from [PyPI](https://pypi.org/project/wkt_scraper/):
pip install wkt_scraper
In python code, to look up the word "street" from English to Spanish:
from scraper import scrape
response = scrape('en', 'es', 'street')
Currently only English, Spanish and Turkish are supported.
Supporting more languages will require additional work and testing.
Raw data
{
"_id": null,
"home_page": "https://github.com/fatih-akgul/wkt_scraper",
"name": "wkt-scraper",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "wiktionary scraper parser",
"author": "Fatih Akgul",
"author_email": "akguls@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9b/ab/c4fe39d061a16139da5198f58fe47183a919347487f08c6165906ef89443/wkt_scraper-1.0.3.tar.gz",
"platform": null,
"description": "# Wiktionary Scraper\nWiktionary Scraper is a basic scraper implementation to get word data from Wiktionary for a given word and language. \n\n## Installation\nYou can install the Wiktionary Scraper from [PyPI](https://pypi.org/project/wkt_scraper/):\n \n pip install wkt_scraper\n\nIn python code, to look up the word \"street\" from English to Spanish:\n\n from scraper import scrape\n response = scrape('en', 'es', 'street')\n\nCurrently only English, Spanish and Turkish are supported. \nSupporting more languages will require additional work and testing. \n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Parse word information from Wiktionary. Currently only English, Spanish and Turkish are supported.",
"version": "1.0.3",
"project_urls": {
"Homepage": "https://github.com/fatih-akgul/wkt_scraper"
},
"split_keywords": [
"wiktionary",
"scraper",
"parser"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9babc4fe39d061a16139da5198f58fe47183a919347487f08c6165906ef89443",
"md5": "7d5d45ef0f3e995a8d44e282742351cc",
"sha256": "c452ccced61c62dd52d35fb50bc09d900a45af4944652f1d67e9b385ca459c08"
},
"downloads": -1,
"filename": "wkt_scraper-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "7d5d45ef0f3e995a8d44e282742351cc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6695,
"upload_time": "2023-06-14T17:49:57",
"upload_time_iso_8601": "2023-06-14T17:49:57.479922Z",
"url": "https://files.pythonhosted.org/packages/9b/ab/c4fe39d061a16139da5198f58fe47183a919347487f08c6165906ef89443/wkt_scraper-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-14 17:49:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fatih-akgul",
"github_project": "wkt_scraper",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "wkt-scraper"
}