adding example about user command's usage
I tried user_feed, user_recent_media and some other as well ( I can make a complete rundown if it's useful ), it didn't return anything, unlike many other commands which seems to work just fine.
Could you add some working usage examples, with real [options] and [arguments], so it'd as easy as the rest of the README, I'm not really used to the cli, that's probably why I have trouble about it.
Anyway I was looking for that kind of tool, I tried 4k stogram, but yours seems a lot funnier.
Thanks for the tool as it is and kudos for the work you've done
/users/self/feed endpoint was deprecated, see https://www.instagram.com/developer/changelog/. I'll remove user_feed command.
user_recent_media should works when you've valid access token set via config. Try --help for more information about the command.
Could you add some working usage examples, with real [options] and [arguments], so it'd as easy as the rest of the README, I'm not really used to the cli, that's probably why I have trouble about it.
The Instagram API has changed after I wrote ginsta and their new API behavior and permission review affected ginsta significantly. Though it still working fine, retrieving the access token will require the user to register their own sandbox client. I think addressing this concern would be the first step before revising current commands.