Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

A non-api Instagram story scraper that uses credentials to download stories from a given set of users.

License

Notifications You must be signed in to change notification settings

641i130/instagram-story-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Instagram Story Scraper

An OPENSOURCE non-api Instagram story scraper that uses your user login information to download stories from a given set of users.

A tool that scrapes Instagram stories implemented in Python 3 using the Selenium module.

Made to save stories for offline usage such as back ups or archiving usages.

Quick Start 🚀

  • You need to have Python 3.6 or above installed

    • python3 --version

On Windows you might have to use python without the version (3) suffix.

Examples 🍽️

For one account

  • scrape_stories.py username password 0 "pewdiepie"

For multiple accounts

  • scrape_stories.py username password 1 ("pewdiepie", "jacksepticeye", "jaiden_animations")")

Video Tutorials 🎥

List of how-to videos

  • Coming soon (If someone requests it)

To-Do List

  • Make it schedulable (ex: daily downloader)
  • Find a way to use only requests similar to instabot.py
  • Make it more reliable and consistent
  • Add post functionality

About

A non-api Instagram story scraper that uses credentials to download stories from a given set of users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages