Giter Site home page Giter Site logo

tap-chargify's Introduction

tap-chargify

This is a Singer tap that produces JSON-formatted data following the Singer spec.

This tap:


Streams


Quick Start

  1. Install the tap using the following command:

    > pip install tap-chargify
    
  2. Create the config file, which is a JSON file named config.json. This file should contain the following properties:

    • api_key - A Chargify API key. Refer to the Chargify documentation for instructions on creating an API key.
    • start_date - The date from which the tap should begin replicating data. This value must be an ISO 8601-compliant date.
    • subdomain The subdomain of your Chargify site. For example: If the full URL were https://test.my-chargify-site.com, this value would be test.
    {
      "api_key": "xx",
      "start_date": "2018-02-22T02:06:58.147Z",
      "subdomain": "test"
    }
  3. Run the tap in Discovery Mode using the following command:

    > tap-chargify -c config.json -d
    

    See the Singer docs on discovery mode here.

  4. Run the tap in Sync Mode using the following command:

    > tap-chargify -c config.json --catalog catalog-file.json
    

Development

  1. Clone this repository.

  2. In the directory, run the following command:

    > python -m venv tap-chargify
    > make dev
    

Copyright © 2019 Stitch

tap-chargify's People

Contributors

yuanminglee avatar lambtron avatar sakce avatar arditarapi avatar luandy64 avatar kallan357 avatar chrishumphries avatar cosimon avatar jacobrobertbaca avatar amakalin4 avatar dmosorast avatar zachharris1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.