Skip to content

A simple command line utility that allows a user to interact with Instagram's public API

License

darkwish121/instagram-swiss-army-knife

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-swiss-army-knife

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.

About

A simple command line utility that allows a user to interact with Instagram's public API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%