Using wme-sdk-python with wikimedia.org

Python integration

✓ Official SDK
Install
pip install wme-sdk-python
Quick start
import wme-sdk-python

# Set your API key
client = wme_sdk_python.Client(api_key="YOUR_API_KEY")
Gets availability of featured feed content for the apps by wiki domain.
curl \
  -H "cookie: $API_KEY" \
  /feed/availability
Get a previously-stored formula
curl \
  -H "cookie: $API_KEY" \
  /media/math/formula/{hash}
Lists the tools and language pairs available for the given tool category
curl \
  -H "cookie: $API_KEY" \
  /transform/list/tool/{tool}
SDK on GitHub 📄 API Docs
SDK
wme-sdk-python
Python
API
wikimedia.org
wikimedia.org
At a glance
Language Python
Endpoints35
✓ Official