Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Monitor Instagram accounts, then backup new Posts, Stories to Discord (python in Docker)

License

Notifications You must be signed in to change notification settings

jim60105/docker-Instagram-to-Discord

 
 

Repository files navigation

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.

Packages

 
 
 

Languages

  • Python 96.9%
  • Dockerfile 3.1%