/docker-insuta-discord

Instagram Discord webhook in docker

Primary LanguagePythonOtherNOASSERTION

Instagram to discord post images

This script executes 2 actions:

  1. Monitors for new image posted / new story in a instagram account.
  2. If found new image / story, a bot posts it to a discord channel.
  3. Repeat after set interval.

Difference from upstream

  1. Change instagram scraper implementation from html parsing to Instaloader python module
  2. Add monitoring Instagram Stories (login needed)
  3. Structure Rewritten by AltF2 > Commit
  4. Dockerized
  5. Preview: This is a post followed by a story.
    2021-11-14 04 15 01

Requirements

  • Python v3

Usage

  • Copy over the config.example.yml

    cp config.example.yml config.yml
  • Fill out config.yml

  • Docker Compose up

    docker-compose up -d

Collaborations

Collaborations to improve script are always welcome.