Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernandod1/instagram-to-discord
Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!
https://github.com/fernandod1/instagram-to-discord
discord discord-bot discordapp discordbot instagram instagram-bot instagram-downloader instagram-photos instagram-scraper monitor monitoring-scripts monitors python python3 scraper scraping scraping-python scraping-websites scrapper webhook-discord
Last synced: 3 months ago
JSON representation
Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!
- Host: GitHub
- URL: https://github.com/fernandod1/instagram-to-discord
- Owner: fernandod1
- License: other
- Created: 2020-02-11T01:04:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T11:49:50.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T16:41:11.336Z (3 months ago)
- Topics: discord, discord-bot, discordapp, discordbot, instagram, instagram-bot, instagram-downloader, instagram-photos, instagram-scraper, monitor, monitoring-scripts, monitors, python, python3, scraper, scraping, scraping-python, scraping-websites, scrapper, webhook-discord
- Language: Python
- Homepage: https://www.fernando.info
- Size: 15.6 KB
- Stars: 127
- Watchers: 8
- Forks: 62
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
Set environment variables:
- Set IG_USERNAME to username account you want to monitor. Example: ladygaga
- Set WEBHOOK_URL to Discord account webhook url. To know how, just Google: "how to create webhook discord".
- Set TIME_INTERVAL to the time in seconds in between each check for a new post. Example: 1.5, 600 (default=600 = 10 minutes)How to setup enviroment variables:
https://www.serverlab.ca/tutorials/linux/administration-linux/how-to-set-environment-variables-in-linux/## Collaborations:
Collaborations to improve script are always welcome.