Skip to content

Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2021!

License

Notifications You must be signed in to change notification settings

fg-devs/Instagram-to-discord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram to discord post images

This script executes 2 actions:

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

Requirements:

  • Python v3
  • Python module re, json, requests

Usage:

Install the dependencies

python3 -m pip install -r requirements.txt

Copy over the config.example.yml

cp config.example.yml config.yml

Fill out config.yml

Run the script

python3 main.py

Collaborations:

Collaborations to improve script are always welcome.

About

Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2021!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%