Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 501 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 501 Bytes

tap-reviewscouk

A singer.io tap for extracting data from api.impactradius.com API, written in python 3.

Author: Hugh Nimmo-Smith ([email protected])

Limitations

Current limitations include:

  • Only supports: Clicks, Actions, Invoices
  • No error handling

Configuration

account_sid, auth_token, start_date and validation_window config keys are required:

{
  "account_sid": "12345",
  "auth_token": "IRxxxxxxx",
  "start_date": "2015-01-01",
  "validation_window": 180
}