Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 705 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 705 Bytes

This project is no longer maintained, instead please refer to the EdApp developer documentation on how to consume the EdApp API.

edapp-python-sdk

A Python SDK for extracting data from the EdApp API

Usage

  • Install from PyPi using pip. Either:
    • pip install edapp-python-sdk
    • pip3 install edapp-python-sdk
  • Run edapp_export - a config file will be created in the same directory
  • Open it up and add your API Token
  • Re-Run edapp_export and all your data will be exported to both CSV and a SQLite database.

What to do with the data?

These tables work best in a BI tool to model your data. Power BI sample coming soon.