Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Installation and usage simplified. See updated README

Compare
Choose a tag to compare
@tonyOreglia tonyOreglia released this 08 Sep 03:50
· 211 commits to master since this release

This project has been uploaded PyPi so it can be installed with the following command:

$ pip install safetyculture-sdk-python

We've added a setup script to make getting started easy. The setup script automatically creates a config file which is required to run the exporter tool. The setup script can be run with the following command:

$ iauditor_exporter --setup

The setup script will ask for SafetyCulture credentials which are used to generate an API token. The API token is saved to a basic config file in a folder named iauditor_exports_folder. Navigate to that folder to start running the exporter tool.

Since pip installs the export tool as a script that can be run directly from command line without specifying Python or navigating to the scripts location. Simply run the command:

$ iauditor_exporter

straight from the command line.