Yeah thank you very much! I'm pretty new to programming in general and I try to learn everything alone(no ones teaches me how to do it). Now seeing your answer it seems logical. Does it have…
const Insta = require("scraper-instagram");
const json = require('./config.json');
sessionid = json.instaSessionid;
const InstaClient = new Insta();
username = "ljrdiscordbot"//test…
I just have another issue, but it's not critical for me. I tried using the functions subscribeUserPosts() for a private user but it does not work. The function getProfile() shows `lastPosts:…
Ok I just found out why I couldn't get the posts. It was dumb from me: In the documentation and in my code, for subscribeUserPosts(), there was:
InstaClient.subscribeUserPosts(username,…
Yes, thank you for responding so quick.
But I checked before if I was logged in and if I followed the account I wanted to "subrscribe" to. In fact even logged in, I can't use…