Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 348 Bytes

File metadata and controls

18 lines (12 loc) · 348 Bytes

Python for Automating Instragram Login

Python script which automatically logs you into Instagram with the username and password provided.

Requirements

  1. Chrome web driver, Download it from:
https://chromedriver.chromium.org/downloads
  1. Install the Selenium library for Python:
pip install selenium

Have Fun!!