karanmitroo / instagram-automation

Automating web browser using Selenium/ Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selenium Automation

Automating web browser using Selenium/ Python. This app lets user to like and download all the instagram content of any user they are following.

Getting Started

Follow these instructions to get a copy and run the code on your local machine.

Prerequisites

The requirements to run this code are provided in the file "requirements.txt"

Using the app

  1. Clone the repository to any folder by using
    git clone https://github.com/karanmitroo/selenium-automation.git
    
  2. Create a VirtualEnvironment and install requirements.txt file using "pip install -r requirements.txt".
    pip install -r requirements.txt
    
  3. Once all the requirements are installed, simply run the "instagram.py" file from terminal.
  4. It will request for your credentials and the user you want to download all the content of.

About

Automating web browser using Selenium/ Python.


Languages

Language:Python 100.0%