Skip to content

singer-io/tap-appfigures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singer AppFigures Tap

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

This tap:

Getting Started

For more examples and information about running a singer tap see the singer instructions.

Installation and configuration

Create a config.json with the following content:

{
  "username": "....",
  "password": "...",
  "api_key": "...",
  "start_date": "2019-04-15"
}

The tap will retrieve all data starting from the start_date. Format: YYYY-MM-DD

Then:

python3 -m venv ~/.virtualenvs/tap-appfigures
source ~/.virtualenvs/tap-appfigures/bin/activate
pip install git+https://github.com/MeowWolf/tap-appfigures

Running the tap

~/.virtualenvs/tap-appfigures/bin/tap-appfigures --config config.json --state state.json

The --state is an optional parameter.

Authors

License

This project is licensed under the GNU AFFERO GENERAL PUBLIC License - see the LICENSE.md file for details MIT


Copyright © 2019 Stitch

About

A singer.io tap for Appfigures data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages