🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

oxfordapi

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oxfordapi

Explore the Oxford dictionaries API.

pipPyPI
Version
0.1.1
Maintainers
1

[!CAUTION] This project has moved to pip install oxfordapi

Oxford Dictionary API Python Wrapper

This project offers a simple client for the Oxford Dictionary API.

Getting your App Key and ID

To get your App Key and ID, please follow the Getting Started guide.

Installation

pip install oxfordapi

Usage

from oxfordapi import Client

async def main():
  oxford_api = Client("<app_id>", "<app_key>")
  print(await oxford_api.get_entries("word"))

if __name__ == "__main__":
    asyncio.run(main())

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts