Python Forum

Full Version: Login into Instagram using python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make script that login into Instagram website only.
Is there any way???
Yes.

There's requests if you want to do it yourself.  And urllib3 if you want to a lot of extra work yourself.
Or you can be lazy, and just use an instagram api: https://github.com/LevPasha/Instagram-API-python

But you probably knew most of that already, if you even did a simple google search.  Searching for "log into instagram with python" has, as the very first result, a link to StackOverflow that contains working code which uses selenium to control the browser: https://stackoverflow.com/questions/2294...n-requests