Skip to content

francozanardi/get_instagram_followers-following_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Get followers/following list in Instagram

This is an example in Python 3.x that show how to get followers/following list in Instagram without to use Instagram API (an scraper).

Getting Started

Please, follow the instructions below for installing and run it.

Pre-requisites

Make sure you have installed:

  • Python 3.x
  • pip3 (used to install 'requests' library)

Installing

$ git clone https://github.com/francozanardi/get_instagram_followers-following_list giffl
$ cd giffl
$ pip3 install -r requirements.txt

Usage

$ python3 get_lists.py -u username -s mySessionID

Where username is the target and mySessionID is the cookie "sessionId" of an open Instagram account.

About

Instragram scraper to get followers/following lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages