Python Forum
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login into Instagram using python
#1
I want to make script that login into Instagram website only.
Is there any way???
Reply
#2
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Instagram Stories Evil_Patrick 3 49,808 May-31-2022, 12:04 PM
Last Post: RosmenGelik
  Scroll Down Post Instagram Likes rmiguelantunes74 0 3,165 Oct-05-2020, 07:38 PM
Last Post: rmiguelantunes74
  Like ou Unlike Instagram rmiguelantunes74 3 2,562 Jun-14-2020, 08:50 AM
Last Post: rmiguelantunes74
  Python Webscraping with a Login Website warriordazza 0 2,609 Jun-07-2020, 07:04 AM
Last Post: warriordazza
  Instagram Bot _ Posting Comments kristianpython 3 3,348 May-23-2020, 12:54 PM
Last Post: kristianpython
  Instagram Phone Emulation kristianpython 0 2,018 May-19-2020, 11:54 AM
Last Post: kristianpython
  How to perform a successful login(signin) through Requests in Python Kalet 1 2,352 Apr-24-2020, 01:44 AM
Last Post: Larz60+
  Python-selenium script for automated web-login does not work hectorKJ 2 4,084 Sep-10-2019, 01:29 PM
Last Post: buran
  HOWTO? Login DSL Modem with Python Requests: need Click "Apply" Button Webtest 4 8,504 Aug-20-2019, 04:03 PM
Last Post: johnmina
  Python - Scrapy Login in Baggelhsk95 3 4,848 Oct-23-2018, 04:24 PM
Last Post: stranac

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020