Skip to main content

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page