Closed despagito closed 9 years ago
Hey @gitovers so your first problem is you haven't provided an access token. Instagram's API requires one. See the README for full details. Instagram instructions here. You'll want to then save the access token in a file in the root of the project called .access_token
or provide it as a command-line argument. Hopefully it's clear why I gitignored my own token and why you need to use your own. It has permissions scoped to your own instagram account (e.g. who you're friend with etc.)
As for your ruby error, it looks like you're on a very old version of ruby (1.8.5) but your system ruby framework is on a different version (2.0) so you may try looking there first. These types of issues are finicky and platform-specific. Here's a thread that may or may not help. The Gemfile for this repo is very simple so you may try gem install
'ing the two required gems manually.
Hi tsheaff, I never learned ruby,mostly using python/javascript,so there're couple of things that bugs me.
ruby instagram_downloader.rb -u brandenm1993
terminal reportsbundle install
I'm confused about all these,could you please help out?XD