`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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tap_getresponse-0.0.2.tar.gz.
File metadata
- Download URL: tap_getresponse-0.0.2.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.9.14 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
970ca3f54cbf531b084d463c46762b18c108a2862e011ba594fa38dd9d8404c5
|
|
| MD5 |
9c20e52260665084ebdfc7427fd7b415
|
|
| BLAKE2b-256 |
ab462c8778f149647176c86038aef4c78c67f6a5c4f01506ac60d211d7e281c1
|
File details
Details for the file tap_getresponse-0.0.2-py3-none-any.whl.
File metadata
- Download URL: tap_getresponse-0.0.2-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.9.14 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9db7fd70b867a98818309ecff54f2b772c0f3f6157e2d8e541a6ee766b84ab1
|
|
| MD5 |
74fe1daa2a30d126b45ee5cd545f6496
|
|
| BLAKE2b-256 |
e05e2e8e1fdd0678941c47808bf544d96c167bfa097493cbbd5a031030762de9
|