Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rollbar/api-people-example

Shows how to get the Person data for each occurrence of a given list of item ids
https://github.com/rollbar/api-people-example

rollbar-api

Last synced: about 1 month ago
JSON representation

Shows how to get the Person data for each occurrence of a given list of item ids

Awesome Lists containing this project

README

        

# api-people-example

Script to query the Rollbar API for "person" data for each occurrence of a list of items.

To run, you'll need:
- python with requests 2.0 installed (virtualenv will work)
- the 'read' access token for the project the items are in (find this in Settings > Access Tokens)
- the list of item ids (see below).

Output is written to a file with the person data for each occurrence on each line. Occurrences without person data are skipped. Output is written as a json object for each line.

Stdout will have status information.

Usage:

```
python fetch_people_for_items.py []
```