This project is no longer maintained, instead please refer to the EdApp developer documentation on how to consume the EdApp API.
A Python SDK for extracting data from the EdApp API
- 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.
These tables work best in a BI tool to model your data. Power BI sample coming soon.