Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadg authored Apr 13, 2017
1 parent 2576d2c commit 79fd5cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Pluralsight Reporting API - Python Client

Simple python program to download reporting data from [Pluralsight API](https://app.pluralsight.com/plans/api/reports/docs). You need to have python3 installed alongwith optional packages (requests, argparse).

Before using the program, please set couple of environment variables PLURALSIGHT_PLAN_ID and PLURALSIGHT_TOKEN_ID. You can find the values of these variables from your plan administration screen (https://app.pluralsight.com/plans/account/<plan_id>/integrations)

```/bin/bash
export PLURALSIGHT_PLAN_ID=<plan_id>
export PLURALSIGHT_TOKEN_ID=<token_id>
```

## Usage for python script

```
usage: reporting_api.py [-h] [-d [DELTA_DAYS]] [-s [START_DATE]]
[-e [END_DATE]] [-u] [-c] [-g]
Expand Down

0 comments on commit 79fd5cd

Please sign in to comment.