Skip to content

Getting Started

First, open up Process Explorer 360, and go to your workgroup settings. In the settings page, go to the Public API tab. There, you should see your workgroup's ID and secret key. These are the values that will be used by the SDK to log in to the iGrafx P360 Live Mining API.

settings

To begin:

Go ahead and import the package:

import igrafx_mining_sdk as igx   # the 'as igx' is entirely optional, but it will make the rest of our code much more readable