Skip to content

A simple and flexible Python class for scraping public Instagram profiles, posts, and other data for analysis or automation purposes.

License

PooryaSLT/igScrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

📸 igScrap - Instagram Scraper Python Class

A simple Python class to scrape Instagram data effortlessly.
With this class, you can fetch public Instagram user details or post information for analysis or automation purposes.


✨ Features

  • 📝 Fetch Instagram user details (followers, following, bio, etc.)
  • 🔄 Retrieve Instagram post information (likes, comments, caption, media URL)
  • ⚡ Lightweight and easy to use
  • 💻 Works with Python 3.x and required libraries

2️⃣ Getting User Details

from igScrap import igScrap

myOBJ = igScrap()
userData = myOBJ.userInfo('Google')
print(userData)

3️⃣ Getting Post Information

myOBJ = igScrap()
postData = myOBJ.postInfo('https://www.instagram.com/p/CuE2WNQs6vH/')
print(postData)

📬 Contact

💡 Feel free to reach out if you have any questions or suggestions!

Telegram Email


⭐ If you like this project, don’t forget to star the repo!

About

A simple and flexible Python class for scraping public Instagram profiles, posts, and other data for analysis or automation purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages