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.
-
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.
-
If your version is below 3.6, we recommend you install the latest Python 3.7
-
Install REQUIREMENTS from requirements.txt
python3 -m pip install -r requirements.txt
-
Start 🏁
scrape_stories.py
- or
python3 -m scrape_stories.py
scrape_stories.py username password 0 "pewdiepie"
scrape_stories.py username password 1 ("pewdiepie", "jacksepticeye", "jaiden_animations")")
List of how-to videos
- Coming soon (If someone requests it)
- 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