From f9ac2aeb5c0140c3674b7d40b1aa53f05c9f532c Mon Sep 17 00:00:00 2001 From: shivang-b <97739650+shivang-b@users.noreply.github.com> Date: Sat, 9 Jul 2022 22:16:24 +0530 Subject: [PATCH] Create README.md Creating a document to describe to your reader what the program does --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..53e3248 --- /dev/null +++ b/README.md @@ -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