Skip to content

moraesc/instagram-user-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram User Scraper

Prerequisites

Overview

This script takes in an Excel file with a list of Instgram user names and links to their accounts, scrapes their account data, and outputs an Excel file with a list of each users name, username, link to their profile, and number of followers.

Users can enter a name for the excel file.

Usage

  1. Clone the directory to a location of your choice. Run the following command in your terminal:

git clone https://github.com/moraesc/instagram-user-scraper.git

  1. Cd to the root directory of the app. Run the following command in your terminal:

cd <PATH_TO_DIRECTORY>/instagram-user-scraper

  1. Drag an Excel file with the list of names and links to users instagram accounts into the directory

The Excel file should have all users names in the first column and all links in the second column. Both columns should have a header (wording of the header does not matter)

Download a sample file here (file is included in repository as well):

SampleFile.xlsx

  1. Run python3 scraper.py and follow the command line instructions

  2. The following stats will be outputted into a .xlsx file stored in the projects root directory:

  • Name
  • Username
  • Profile URL
  • Follower Count

Sample output file:

SampleFileWithFollowersData.xlsx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages