jinsta
jinsta copied to clipboard
javascript + instagram + algorithms
At least for now the comments do not have an exit condition (even though theire count is updated in the store) we should find some way to unsubscribe actions on...
I've installed nodejs but everytime I run jinsta I'm asked to enter sms / email code. After entering the code, I get an error. I would appreciate it if someone...
hey guys, before implementing this feature, we should discuss it a little bit. implementing following is kinda easy but you dont wanna end up with 1000 accounts you have to...
Hi At some moment, while puting likes to a tag feed, this error occurs : ``` info: got 27 more media for user '**************' info: current progress: 1 / 27...
https://github.com/breuerfelix/jinsta/blob/master/src/session.ts#L62
Automatic keyword generation takes some work away from the user and ensures that the like chance is higher for posts containing several related tags. This means that you are less...
Something like this would be awesome. ``` config.viewLimit = 10 config.tags = ['vegan', 'climate', 'sport'] storyViewByTags(client, config) ```
Getting the list of followers of influencer and view their stories would be awesome. and this is exactly what other story bots are doing right now.
noticed nothing worked, was reverse engineering and found out that it doesn't catch any username or password error in catch https://github.com/breuerfelix/jinsta/blob/master/src/session.ts#L125
I got this today. Unfortunately I believe it's a block from IG... ``` (node:17073) UnhandledPromiseRejectionWarning: IgActionSpamError: POST /api/v1/media/2095210727513015946_6864386408/like/ - 400 Bad Request; feedback_required at Request.handleResponseError (/home/pi/jinsta/node_modules/instagram-private-api/dist/core/request.js:79:20) at Request.send (/home/pi/jinsta/node_modules/instagram-private-api/dist/core/request.js:49:28) (node:17073)...