Giter Club home page Giter Club logo

instagram-login-automation's Introduction

Instagram-Login-Automation

We will be using this program for automating Instagram to login .i.e We're creating a bot which takes our userID and password as input and login on instagram by itself. To perform this login automation we will need framework named Selenium (Selenium is an open-source tool that automates web browsers).

TO INSTALL SELENIUM , first we need our pip(python package install) working

  1. To check if pip is installed(usually it comes installed with python installer)-

    1. Open Command prompt window
    2. Write the following code:
      pip
  2. To install selenium,write the following code on command prompt window: pip install selenium

  3. Now we need to install the chrome web driver (we're using google chrome as our interface), To download the Chrome web driver go to this website and download chrome web driver for your version of google chrome (https://sites.google.com/a/chromium.org/chromedriver/downloads)

    NOTE - Check your version of google chrome on Help section before downloading chrome web driver

    Now once you've downloaded the chrome web driver extract the file named "chromedriver" move it to the directory (C:\Program Files (x86))

4.Now to import the selenium on your program use the following codes from selenium import webdriver

PATH = "C:\Program Files (x86)\chromedriver.exe"
driver = webdriver.Chrome(PATH)

driver.get("THE WEBSITE YOU WANT TO SCRAP") #in this case we're using instagram.com
so the code will be
driver.get("https://www.instagram.com")

instagram-login-automation's People

Contributors

saurrabhh avatar skrpn7 avatar vivekrathia avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

vivekrathia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.