All Projects → ericz99 → instagram-monitor

ericz99 / instagram-monitor

Licence: MIT license
Easily monitor instagram accounts without any problem.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to instagram-monitor

Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+1604.88%)
Mutual labels:  instagram-scraper
Instalooter
Another API-less Instagram pictures and videos downloader.
Stars: ✭ 1,639 (+3897.56%)
Mutual labels:  instagram-scraper
Instagram Php Scraper
Get account information, photos, videos, stories and comments.
Stars: ✭ 2,490 (+5973.17%)
Mutual labels:  instagram-scraper
Scrapstagram
An Instagram Scrapper
Stars: ✭ 50 (+21.95%)
Mutual labels:  instagram-scraper
Insta Downloader Extension
A browser extension that injects download buttons ⬇️ for media on Instagram Web
Stars: ✭ 63 (+53.66%)
Mutual labels:  instagram-scraper
Inwidget
inWidget - free Instagram widget for your website. Allows you to show photos from an Instagram account, by hashtags and more.
Stars: ✭ 132 (+221.95%)
Mutual labels:  instagram-scraper
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+13714.63%)
Mutual labels:  instagram-scraper
Instaloader
Download pictures (or videos) along with their captions and other metadata from Instagram.
Stars: ✭ 3,655 (+8814.63%)
Mutual labels:  instagram-scraper
Igql
Unofficial Instagram GraphQL API to collet data without authentication
Stars: ✭ 80 (+95.12%)
Mutual labels:  instagram-scraper
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (+341.46%)
Mutual labels:  instagram-scraper
Instagram Scraper Node
Scrapes an instagram user's photos and videos.
Stars: ✭ 52 (+26.83%)
Mutual labels:  instagram-scraper
Social Media Profile Scrapers
Fetch user's data across social media
Stars: ✭ 60 (+46.34%)
Mutual labels:  instagram-scraper
Socialmanagertools Docs
📚 Documentation of Social Manager Tools
Stars: ✭ 151 (+268.29%)
Mutual labels:  instagram-scraper
Instagram Scraper
Scrape the Instagram frontend. Inspired from twitter-scraper by @kennethreitz.
Stars: ✭ 903 (+2102.44%)
Mutual labels:  instagram-scraper
Instascrape
Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
Stars: ✭ 202 (+392.68%)
Mutual labels:  instagram-scraper
Instagram Crawler
Get Instagram posts/profile/hashtag data without using Instagram API
Stars: ✭ 643 (+1468.29%)
Mutual labels:  instagram-scraper
Instalike Instagram Bot
automate instagram activities using instagram bot - like follow/unfollow comment; python requests lib
Stars: ✭ 128 (+212.2%)
Mutual labels:  instagram-scraper
ExDeMon
A general purpose metrics monitor implemented with Apache Spark. Kafka source, Elastic sink, aggregate metrics, different analysis, notifications, actions, live configuration update, missing metrics, ...
Stars: ✭ 19 (-53.66%)
Mutual labels:  monitoring-tool
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+497.56%)
Mutual labels:  instagram-scraper
Instagram Crawler
Crawl instagram photos, posts and videos for download.
Stars: ✭ 178 (+334.15%)
Mutual labels:  instagram-scraper

Instagram Monitor / Scraper

Instagram monitor / scraper allows you to monitor user(s) activities without searching through the web. Simply follow instruction below to get started!

I have removed story monitor because of several reason, (1). I need to find better solution in dealing with rate limits, (2). I want to also separate both post and story monitor in their own respective repo. I will announce when I will upload the story monitor later.

Installation

Instagram Monitor / Scraper requires the following...

Quick start:

# Install dependencies
yarn install

# Run application
yarn run start

# To update code
git pull

# Add stuff in your config.json
{
    "discord": {
        "webhook_url": "<Your webhook>",
        "username": "Instagram Monitor",
        "avatar": "",
        "footertext": "",
        "footericon": ""
    },
    "pollMS": 5000,
    "accounts": ["cybersole", "destroyerbots", "testzhi", "offspringhq", "cncpts"],
    "keywords": ["restock", "*"]
}

Features:

# Ability to monitor any instagram accounts ✅
# Able scrape posts ✅
# OCR reader ✅

Updates:

9/18/19

# Added better error handling ✅
# Added story monitor ✅

10/25/19

# Updated better error handling ✅
# Removed story monitor ✅ (removed temporary for now)
# Removed needing an account to authenticate ✅ (no need to use your existing account anymore)

Todo:

  • Ability to monitor any instagram accounts
  • Able scrape posts
  • Customizable Discord Embeds
  • OCR reader
  • Better way to rotate proxies
  • Added better error handling

Note:

  • Proxy Timeout is most likely proxy ban, so it will send a 503 status code meaning it failed to request page.
  • Rate Limited means status 429, so it will fail to request page.

Tips

  • Recommend using proxies, it should be datacenter because I found out resi get ban very easily. (UNLESS you found unbanned resi proxies then sure.)
  • Increasing your proxies pool will strongly avoid proxy timeout + datacenter been doing very good for me.
  • Using more proxies, you can simply lower delay. (Go ahead and test first before setting it way low.)

Bugs?

Feel free to make an issue about any particular errors or bugs such as internal functionality bugs.

DISCLAIMER

Please do not abuse this script, any abused from this script will result in banned by Instagram. This is meant for only to be used for educational purpose.

Donate

Staring this repo will do the trick :)

App Info

Author

Eric Zhang

Version

1.0.0

License

This project is licensed under the MIT License - see the LICENSE file for details

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].