All Projects → fernandod1 → Instagram-to-discord

fernandod1 / Instagram-to-discord

Licence: other
Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Instagram-to-discord

gochanges
**[ARCHIVED]** website changes tracker 🔍
Stars: ✭ 12 (-89.38%)
Mutual labels:  scraper, monitor, scraping, scraping-websites, monitoring-scripts
Instaloader
Download pictures (or videos) along with their captions and other metadata from Instagram.
Stars: ✭ 3,655 (+3134.51%)
Mutual labels:  instagram, instagram-scraper, instagram-photos, instagram-downloader
Instagram-Auto-Pilot
Automate common Instagram activities such as following, unfollowing, commenting and reposting images from instagram accounts.
Stars: ✭ 50 (-55.75%)
Mutual labels:  instagram-scraper, instagram-photos, instagram-bot, instagram-downloader
Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (-49.56%)
Mutual labels:  instagram, scraper, instagram-scraper, instagram-bot
insta-story
🤖 📷 Instagram Story Downloader Anonymously - PHP
Stars: ✭ 25 (-77.88%)
Mutual labels:  instagram-scraper, instagram-photos, instagram-bot, instagram-downloader
nanogram.js
📷 An easy-to-use and simple Instagram package that allows you to fetch media content without API and access token.
Stars: ✭ 62 (-45.13%)
Mutual labels:  instagram, instagram-scraper, instagram-photos, instagram-downloader
instagram
Php instagram library. With this library, you can use many of the same features in the mobile application.
Stars: ✭ 45 (-60.18%)
Mutual labels:  instagram-scraper, instagram-photos, instagram-bot, instagram-downloader
bot
Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.
Stars: ✭ 321 (+184.07%)
Mutual labels:  instagram, scraper, instagram-bot
Osi.ig
Information Gathering Instagram.
Stars: ✭ 377 (+233.63%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+4912.39%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram Crawler
Get Instagram posts/profile/hashtag data without using Instagram API
Stars: ✭ 643 (+469.03%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram Scraper
Scrape the Instagram frontend. Inspired from twitter-scraper by @kennethreitz.
Stars: ✭ 903 (+699.12%)
Mutual labels:  instagram, scraping, instagram-scraper
Scrapstagram
An Instagram Scrapper
Stars: ✭ 50 (-55.75%)
Mutual labels:  instagram, scraper, instagram-scraper
igFame
📷 igFame - Tool for automated Instagram interactions [PHP]
Stars: ✭ 16 (-85.84%)
Mutual labels:  instagram, instagram-scraper, instagram-bot
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+116.81%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram-Comments-Scraper
Instagram comment scraper using python and selenium. Save the comments into excel.
Stars: ✭ 73 (-35.4%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (-15.93%)
Mutual labels:  instagram, instagram-scraper, instagram-bot
instastory.js
This is a jQuery plugin to make it easy to get a feed from instagram. No need of access tokens and other stuff, Only thing needed is jQuery.
Stars: ✭ 36 (-68.14%)
Mutual labels:  instagram, instagram-scraper, instagram-photos
Instagram Crawler
Crawl instagram photos, posts and videos for download.
Stars: ✭ 178 (+57.52%)
Mutual labels:  instagram, scraper, instagram-scraper
instagram-get-images
Instagram get images 🌄 (hashtags, account, locations) with puppeteer
Stars: ✭ 69 (-38.94%)
Mutual labels:  instagram, scraper, instagram-scraper

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].