Using Commander with import.io

Python integration

Install

pip install Commander

Quick start

import Commander

# Set your API key
client = Commander.Client(api_key="YOUR_API_KEY")
Get the list of schedules for all your extractors
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor
Get the schedule of a particular extractor
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor/{extractorId}/
SDK on GitHub 📄 API Docs
SDK
Commander
Python
API
import.io
import.io:schedule

At a glance

Language Python
Endpoints4