Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Instagram requires login #58

Open
ScriptSmith opened this issue Jan 4, 2021 · 3 comments
Open

[BUG] Instagram requires login #58

ScriptSmith opened this issue Jan 4, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ScriptSmith
Copy link
Owner

ScriptSmith commented Jan 4, 2021

Instagram's API is now much more aggressive in requiring users to be logged in, which effectively renders Instamancer useless.

Instamancer is designed to be used for gathering publicly available data, and will not add the ability to log in to retrieve data.

@ScriptSmith ScriptSmith added the bug Something isn't working label Jan 4, 2021
@ScriptSmith ScriptSmith self-assigned this Jan 4, 2021
@ScriptSmith ScriptSmith pinned this issue Jan 4, 2021
@necevil
Copy link

necevil commented Feb 13, 2021

@ScriptSmith a while back I saw a fork that had login detection (and supported a credentials file that would be used when that login WAS detected)

I never took it for a spin but needless to say the login detection would now be required for most of what Instamancer does.

I'm not sure if you are discontinuing support due to the fact that beating the login screen is a little more of a grey area, but if you guys are interested there is at least some code to start with.

At some point I will probably give it a go but for anyone who is interested I believe this fork supports login detection and use of a specific set of user credentials: https://github.com/IORoot/instamancer

@restyler
Copy link

some scraping is still possible if you use clean residential proxies.. If someone still needs Instagram scraping I can recommend using https://github.com/rzlyp/instagram-scraping (with cloud proxy setting activated) - it still works fine in 2021.

@HOAIAN2
Copy link

HOAIAN2 commented Oct 14, 2022

Try my extension: https://github.com/HOAIAN2/Instagram-Downloader
I use native Instagram API ( I got it from Chrome network tab).
They have 2 API, one for get all user's info (query hash 69ca..) and one for get data form post like photo, video, comment ( query hash 98ff..)
Note: both API still work in Nodejs but they will send back login page later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants