Skip to content

thebjork/InstagramPy

Repository files navigation

InstagramPy

InstagramPy

Library for scraping basic Instagram data


Installation

  • PyPI package

Windows

pip install igpy

Linux/MacOS

pip3 install igpy
  • Clone the repository to your local machine and install
git clone https://github.com/Devansh3712/InstagramPy.git
cd InstagramPy
python setup.py install

Usage

  • Fetch user data
from instagrampy import Instagrammer

obj = Instagrammer()
user = obj.user(username = "whodevansh")
print(user)
  • Fetch post data
from instagrampy import Instagram

obj = Instagram(url = "https://www.instagram.com/p/BsOGulcndj-/")
user = obj.post()
print(user)

About

Library for scraping basic Instagram data

Resources

License

Stars

Watchers

Forks

Packages

No packages published