{"id":35308514,"url":"https://github.com/lgrosjean/tap-getresponse","last_synced_at":"2026-04-29T07:34:52.604Z","repository":{"id":190427244,"uuid":"682449264","full_name":"lgrosjean/tap-getresponse","owner":"lgrosjean","description":"a Meltano Tap for GetResponse Core","archived":false,"fork":false,"pushed_at":"2023-11-17T13:57:18.000Z","size":258,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-11-18T14:55:16.410Z","etag":null,"topics":["getresponse-api","meltano"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lgrosjean.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-24T07:35:02.000Z","updated_at":"2023-08-25T18:21:56.000Z","dependencies_parsed_at":"2023-11-17T15:05:22.804Z","dependency_job_id":null,"html_url":"https://github.com/lgrosjean/tap-getresponse","commit_stats":null,"previous_names":["lgrosjean/tap-getresponse"],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/lgrosjean/tap-getresponse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgrosjean%2Ftap-getresponse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgrosjean%2Ftap-getresponse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgrosjean%2Ftap-getresponse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgrosjean%2Ftap-getresponse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgrosjean","download_url":"https://codeload.github.com/lgrosjean/tap-getresponse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgrosjean%2Ftap-getresponse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["getresponse-api","meltano"],"created_at":"2025-12-30T17:25:14.867Z","updated_at":"2026-04-29T07:34:52.599Z","avatar_url":"https://github.com/lgrosjean.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003ch1 align=\"center\"\u003eTap-GetResponse\u003c/h1\u003e\n\n\n`tap-getresponse` is a Singer tap for GetResponse.\n\n![logo](https://www.ekito.fr/wp-content/uploads/2021/07/getresponse_logo.png)\n\nBuilt with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.\n\n\n\u003c!--\n\nDeveloper TODO: Update the below as needed to correctly describe the install procedure. For instance, if you do not have a PyPi repo, or if you want users to directly install from your git repo, you can modify this step as appropriate.\n\n## Installation\n\nInstall from PyPi:\n\n```bash\npipx install tap-getresponse\n```\n\nInstall from GitHub:\n\n```bash\npipx install git+https://github.com/ORG_NAME/tap-getresponse.git@main\n```\n\n--\u003e\n\n## Configuration 📝\n\n### Accepted Config Options\n\n\n| Setting    | Required | Default | Description            |\n| :--------- | :------: | :-----: | :--------------------- |\n| auth_token |   True   |  None   | GetResponse token API. |\n\n### Configure using environment variables\n\nThis Singer tap will automatically import any environment variables within the working directory's\n`.env` if the `--config=ENV` is provided, such that config values will be considered if a matching\nenvironment variable is set either in the terminal context or in the `.env` file.\n\n\n```\n# .env\nTAP_GETRESPONSE_AUTH_TOKEN=... # your token!\n```\n\n### Source Authentication and Authorization\n\nTo get your API Token, follow the [official documentation](https://apidocs.getresponse.com/v3/authentication).\n\n## Usage\n\nYou can easily run `tap-getresponse` by itself or in a pipeline using [Meltano](https://meltano.com/).\n\n\n### Execute in a Meltano pipeline\n\n#### Install the project\n\n```bash\nmeltano install\n```\n\n#### Select Entities and Attributes to Extract\n\n```bash\nmeltano select tap-getresponse \u003centity\u003e \u003cattribute\u003e\nmeltano select tap-getresponse --exclude \u003centity\u003e \u003cattribute\u003e\n\n# For example:\nmeltano select tap-getresponse webinars \"*\"\n```\n\nVerify that only the intended entities and attributes are now selected using `meltano select --list`:\n```bash\nmeltano select tap-getresponse --list\n```\n\n#### Run the pipeline\n\nRun your newly added GetResponse extractor and chosen loader in a pipeline using `meltano run`:\n```bash\nmeltano run tap-getresponse \u003cloader\u003e\n\n# For example:\nmeltano run tap-getresponse target-jsonl\n```\n\nThere is also the `meltano elt` (or `meltano el`) command which is a more rigid command for running only EL pipelines.\n\nOr directly using the `meltano invoke`, which only executes a single plugin at a time. This can be useful for debugging the extractor (`meltano invoke tap-getresponse`).\n\n```bash\n# Test invocation:\nmeltano invoke tap-getresponse --version\n# OR run a test `elt` pipeline:\nmeltano elt tap-getresponse \u003cloader\u003e\n# Example\nmeltano elt tap-getresponse target-jsonl\n```\n\n## Developer Resources\n\nFollow these instructions to contribute to this project.\n\n### Initialize your Development Environment\n\n```bash\npipx install poetry\npoetry install\n```\n\n### Create and Run Tests\n\nCreate tests within the `tests` subfolder and\n  then run:\n\n```bash\npoetry run pytest\n```\n\nYou can also test the `tap-getresponse` CLI interface directly using `poetry run`:\n\n```bash\npoetry run tap-getresponse --help\n```\n\n### Testing with [Meltano](https://www.meltano.com)\n\n_**Note:** This tap will work in any Singer environment and does not require Meltano.\nExamples here are for convenience and to streamline end-to-end orchestration scenarios._\n\n\u003c!--\nDeveloper TODO:\nYour project comes with a custom `meltano.yml` project file already created. Open the `meltano.yml` and follow any \"TODO\" items listed in\nthe file.\n--\u003e\n\nNext, install Meltano (if you haven't already) and any needed plugins:\n\n```bash\n# Install meltano\npipx install meltano\n# Initialize meltano within this directory\ncd tap-getresponse\nmeltano install\n```\n\n\n### SDK Dev Guide\n\nSee the [dev guide](https://sdk.meltano.com/en/latest/dev_guide.html) for more instructions on how to use the SDK to\ndevelop your own taps and targets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgrosjean%2Ftap-getresponse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgrosjean%2Ftap-getresponse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgrosjean%2Ftap-getresponse/lists"}