-
Not sure if someone has already done it but i've been manually recording the sessions data like this:
Follower Count at start of session (ex: 2700)
Follower count at end of session (ex: 2722)
ove…
-
I have installed the plugin and added the code as following
import { Component } from '@angular/core';
import { NavController } from 'ionic-angular';
import { Instagram } from "ng2-cordova-oauth…
-
Shoudn't this work??
If I do it without a proxy it works.. but when I add the proxy it stops working... I tried to debug with node-inspector but somehow I does not login the user..
```
var Cli…
-
First off, thanks for the repo!
I've been able to use it via a barebones node app but I was wondering if anyone could give advise on integrating this repo with Meteor. I did a fresh install of mete…
-
buzai updated
7 years ago
-
```
fs.js:932
return binding.unlink(pathModule._makeLong(path));
Error: ENOENT: no such file or directory, unlink '/home/user/instagram-private-api./cookies/
```
Mycode:
```
var Client = re…
-
I have added my following to the friends.csv file but i dont think its working.
[ 2017-08-10 22:20:14 ] Scrolling through feed for friend's posts... found 24, 0 from friends.
What feed is it s…
ghost updated
7 years ago
-
I am using this bot for my personal Instagram account. I'm not interested in follows/unfollows, simply liking images that I typically would like to maintain a level of activity on my private Instagram…
-
Hi,
First of all, I would like to deeply thank you for all your work and for running such a cool open-source project!
I am new with InstaPy and I would have few questions:
1. Just to see if c…
-
Hey Guys,
if i run
`StatusResult result = instagram.sendRequest(new InstagramFollowRequest(userID));
System.out.println(result.getStatus());`
i get status
ok
but i do not follow new users…