mmjee / instagram-story-robot

Instagram story scraper which by default downloads stories for configured pages every 24 hours.
GNU General Public License v3.0
5 stars 1 forks source link

instagram-story-robot

What

This is a little service I wrote to scrape certain profile stories every 24 hours and save it locally. It automatically logs in to the configured Instagram profile, downloads the stories, and will run itself every 24 hours.

Why

Do NOT ask me this...

How

git clone --depth 1 https://github.com/mmjee/instagram-story-robot.git
yarn install
cp config.example.toml config.toml
$EDITOR config.toml
yarn run start
git clone --depth 1 https://github.com/mmjee/instagram-story-robot.git
cp config.example.toml config.toml
$EDITOR config.toml
$EDITOR docker-compose.yml
docker-compose up -d

TODO

Maybe send me a PR for this:

  1. Make a Discord bot to send notifications when the data is scraped.