An open API service indexing awesome lists of open source software.

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)

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 29

Installation
------------

Simple, download the code from github and run ``pip install -e ./`` in the directory. Make sure
you have ``pip`` installed on your system.