GithubHelp home page GithubHelp logo

isabella232 / tap-asana Goto Github PK

View Code? Open in Web Editor NEW

This project forked from singer-io/tap-asana

0.0 0.0 0.0 62 KB

Singer.io tap for extracting Asana data

License: GNU Affero General Public License v3.0

Python 100.00%

tap-asana's Introduction

tap-asana

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

This tap:

Quick Start

  1. Install
$ pip install tap-asana
  1. Create the config file

    Create a JSON file called config.json. Its contents should look like:

{
  "client_id": "111",
  "client_secret": "xxx",
  "redirect_uri": "urn:ietf:wg:oauth:2.0:oob",
  "refresh_token": "yyy",
  "start_date" : "2018-02-22T02:06:58.147Z"
}

The start_date specifies the date at which the tap will begin pulling data (for those resources that support this).

The client_id, client_secret, redirect_uri, and refresh_token can be generated following these Asana OAuth instructions.

  1. Run the Tap in Discovery Mode

    tap-asana -c config.json -d

    See the Singer docs on discovery mode here.

  2. Run the Tap in Sync Mode

    tap-asana -c config.json --catalog catalog-file.json

Development

First, clone this repo. Then, in the directory:

$ mkvirtualenv -p python3 tap-asana
$ make dev

Copyright © 2019 Stitch

tap-asana's People

Contributors

dmosorast avatar lambtron avatar kspeer825 avatar luandy64 avatar jacobrobertbaca avatar jeffhuth-bytecode avatar kallan357 avatar nick-mccoy avatar smoghul 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.