Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Python Instagram Login
This script allows you to log in to your Instagram account without having to type in your username and password everytime.

## Getting Started

### Dependencies
* selenium
* browser webdriver

### Installing
Git clone the entire repository. You will only need the Instagramotologinselenium.py file.

### Executing Program
In the Instagramotologinselenium.py file, hardcode your username and password on lines 25 and 26, respectively. In your preferred IDE, execute the script
and see the magic happen.

### Notes
Please ensure that the version of your browser and the version of your selenium webdriver match otherwise the program will not work because the two cannot
communicate with each other. It is recommended you try Microsoft Edge with Edge's specific selenium webdriver.

## Author
KubilayKilic

Contributions by shivang-b