rogeriopvl / downstagram

Command line tool to download and backup all your Instagram photos
MIT License
32 stars 7 forks source link

Add -m flag to download metadata for each photo #1

Closed aguynamedryan closed 10 years ago

aguynamedryan commented 10 years ago

I needed the metadata for each photo for a project I was doing, so I added the "-m" flag and downloaded the JSON data for each photo into its own file.

rogeriopvl commented 10 years ago

Hi!

Thanks for the pull request. I noticed that this introduces a small bug:

Running ./bin/downstagram without arguments, shows a node error, instead of showing the help text.

Could you fix this? I'll gladly merge afterwards :)

rogeriopvl commented 10 years ago

Thanks!