This is a command line developed to get the public information of someone's followers and export this data to a CSV file.
This application is build with the instagram-private-api
(https://github.com/huttarichard/instagram-private-api)
- Clone this repository
- Run
npm install
- Change file name
example.env
to.env
- Replace data inside
.env
with the one of your Instagram user
- Help
To get information about the commands, run the application with:
node command.js --help
The response it would be a list with the command list that are implemented (See image below)
- Export followers data
To import the information to a csv file, run the application with:
node command.js exportData <instagramUsername>
Or
node command.js e <instagramUsername>
Replace <instagramUsername>
with the user that you want to get information about.
- Get my data
To get data about your personal account, run the application with:
node command.js myAccount
Or
node command.js m
The response it would a JSON object in the Command Line with your data.