Parse word information from Wiktionary. Currently only English, Spanish and Turkish are supported.
Project description
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:
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wkt_scraper-1.0.3.tar.gz
(6.7 kB
view details)
File details
Details for the file wkt_scraper-1.0.3.tar.gz.
File metadata
- Download URL: wkt_scraper-1.0.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c452ccced61c62dd52d35fb50bc09d900a45af4944652f1d67e9b385ca459c08
|
|
| MD5 |
7d5d45ef0f3e995a8d44e282742351cc
|
|
| BLAKE2b-256 |
9babc4fe39d061a16139da5198f58fe47183a919347487f08c6165906ef89443
|