Instagram swiss army knife is a command line tool to dump Instagram data.
An unofficial command line library for the Instagram API.
It is built on jInstagram.
- Download and extract or clone the repository using
git clone https://github.com/project-spinoza/instagram-swiss-army-knife.git
- Create ISAK_CONF environment variable pointing to the downloaded folder.
- Edit isak.properties file and fill up with required Instagram API key.
- Build with maven:
mvn clean package cd target- Run in console
java -jar isak-1.0-SNAPSHOT-jar-with-dependencies.jar
- Run 'isak -help' to display the help index.
- Run 'isak --help <command>' to display help for specific commands.
Please see the Commands Usage for more details.
JavaDoc’s are available here
The code is licensed under the Apache License Version 2.0.