Skip to main content

`tap-getresponse` is a Singer tap for GetResponse, built with the Meltano Singer SDK.

Project description

Tap-GetResponse

tap-getresponse is a Singer tap for GetResponse.

logo

Built with the Meltano Tap SDK for Singer Taps.

Configuration 📝

Accepted Config Options

Setting Required Default Description
auth_token True None GetResponse token API.

Configure using environment variables

This Singer tap will automatically import any environment variables within the working directory's .env if the --config=ENV is provided, such that config values will be considered if a matching environment variable is set either in the terminal context or in the .env file.

# .env
TAP_GETRESPONSE_AUTH_TOKEN=... # your token!

Source Authentication and Authorization

To get your API Token, follow the official documentation.

Usage

You can easily run tap-getresponse by itself or in a pipeline using Meltano.

Executing the Tap Directly

tap-getresponse --version
tap-getresponse --help
tap-getresponse --config CONFIG --discover > ./catalog.json

Developer Resources

Follow these instructions to contribute to this project.

Initialize your Development Environment

pipx install poetry
poetry install

Create and Run Tests

Create tests within the tests subfolder and then run:

poetry run pytest

You can also test the tap-getresponse CLI interface directly using poetry run:

poetry run tap-getresponse --help

Testing with Meltano

Note: This tap will work in any Singer environment and does not require Meltano. Examples here are for convenience and to streamline end-to-end orchestration scenarios.

Next, install Meltano (if you haven't already) and any needed plugins:

# Install meltano
pipx install meltano
# Initialize meltano within this directory
cd tap-getresponse
meltano install

Now you can test and orchestrate using Meltano:

# Test invocation:
meltano invoke tap-getresponse --version
# OR run a test `elt` pipeline:
meltano elt tap-getresponse target-jsonl

SDK Dev Guide

See the dev guide for more instructions on how to use the SDK to develop your own taps and targets.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tap_getresponse-0.0.2.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

tap_getresponse-0.0.2-py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page