instagram-scraper icon indicating copy to clipboard operation
instagram-scraper copied to clipboard

Parameter malfunction

Open UnixCro opened this issue 3 years ago • 2 comments

Cool program, but I don't know, am I doing something wrong or does instatouch not work?

instatouch comments "https://www.instagram.com/p/CRrKjMbDajG/" | No answer 
instatouch comments "https://www.instagram.com/p/CRrKjMbDajG/" -t csv | No answer too

In your for example Arguments list, thats not working either too

instatouch comments, likers https://www.instagram.com/p/B3XPst_A98M/ -c 200 -t csv | As well not 

New attempt

instatouch comments, likers "https://www.instagram.com/p/CRrKjMbDajG/" -d
comments, likers is not supported

Suggestions Improvements

Please support downloading Stories & Highlights

UnixCro avatar Jul 23 '21 19:07 UnixCro

I have the same problem. If you open Instagram on Chrome, run script and then inspect the Instagram page, it appears an "overriding current access token" error. Can't solve it either.

patriciasilva00 avatar Aug 15 '21 14:08 patriciasilva00

In order to get the comments you need to specify also the "session" flag, like so:

instatouch comments https://www.instagram.com/p/[ID_OF_THE_POST]/ --session sessionid="..." 

FabioDainese avatar Nov 16 '21 11:11 FabioDainese