Using python-sdk with motaword.com

Python integration

✓ Official SDK

Install

pip install python-sdk

Quick start

import python-sdk

client = python_sdk.Client("YOUR_API_KEY")
Available endpoints
curl \
  -u "$API_USER:$API_PASS" \
  https://api.motaword.com/
View your account info
curl \
  -u "$API_USER:$API_PASS" \
  https://api.motaword.com/me
Get blog posts - ordered by created desc by default
curl \
  -u "$API_USER:$API_PASS" \
  https://api.motaword.com/blogs
SDK on GitHub 📄 API Docs
SDK
python-sdk
Python
API
motaword.com
motaword.com

Other SDKs for motaword.com

php-sdk

At a glance

Language Python
Endpoints222
Base URLhttps://api.motaword.com
✓ Official