https://github.com/whardier/knickknack
KnackHQ Data Dumper (CSV)
https://github.com/whardier/knickknack
Last synced: 3 months ago
JSON representation
KnackHQ Data Dumper (CSV)
- Host: GitHub
- URL: https://github.com/whardier/knickknack
- Owner: whardier
- Created: 2013-06-01T21:34:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-03T07:56:50.000Z (about 12 years ago)
- Last Synced: 2025-01-29T05:26:03.385Z (5 months ago)
- Language: Python
- Size: 124 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
KnickKnack
==========KnackHQ Data Dumper (CSV)
Usage
-----Just give the script a destination, API Key, Application ID, and a list of object numbers.
Example::
knickknack -d -a 51ac49e9fe8fb2189160525d \
-k c8c4a136-cc21-11e2-8d08-0024d72dc298 \
-p /output/directory \
1 2 3 4 5 14 15 18 19 27 28 29Installation
------------Simple, download the code from github and run ``pip install -e ./`` in the directory. Make sure
you have ``pip`` installed on your system.