All Projects → mgleon08 → Instagram Crawler

mgleon08 / Instagram Crawler

Licence: mit
Crawl instagram photos, posts and videos for download.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Instagram Crawler

Instagram-to-discord
Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!
Stars: ✭ 113 (-36.52%)
Mutual labels:  instagram, scraper, instagram-scraper
Python Automation Scripts
Simple yet powerful automation stuffs.
Stars: ✭ 292 (+64.04%)
Mutual labels:  crawler, instagram, instagram-scraper
InstagramLocationScraper
No description or website provided.
Stars: ✭ 13 (-92.7%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+37.64%)
Mutual labels:  scraper, instagram, instagram-scraper
Social Scraper
Tổng hợp script crawl dữ liệu từ các mạng xã hội & website tiếng Việt
Stars: ✭ 47 (-73.6%)
Mutual labels:  crawler, scraper, instagram
instagram-get-images
Instagram get images 🌄 (hashtags, account, locations) with puppeteer
Stars: ✭ 69 (-61.24%)
Mutual labels:  instagram, scraper, instagram-scraper
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 (-67.98%)
Mutual labels:  instagram, scraper, instagram-scraper
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (+15.73%)
Mutual labels:  crawler, scraper, instagram
Instagram Crawler
Get Instagram posts/profile/hashtag data without using Instagram API
Stars: ✭ 643 (+261.24%)
Mutual labels:  scraper, instagram, instagram-scraper
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+3082.02%)
Mutual labels:  scraper, instagram, instagram-scraper
Instagram-Comments-Scraper
Instagram comment scraper using python and selenium. Save the comments into excel.
Stars: ✭ 73 (-58.99%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram Scraper
scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot
Stars: ✭ 2,209 (+1141.01%)
Mutual labels:  crawler, scraper, instagram
Osi.ig
Information Gathering Instagram.
Stars: ✭ 377 (+111.8%)
Mutual labels:  scraper, instagram, instagram-scraper
Scrapstagram
An Instagram Scrapper
Stars: ✭ 50 (-71.91%)
Mutual labels:  scraper, instagram, instagram-scraper
Onegram
This repository is no longer maintained.
Stars: ✭ 137 (-23.03%)
Mutual labels:  crawler, scraper, instagram
Not Your Average Web Crawler
A web crawler (for bug hunting) that gathers more than you can imagine.
Stars: ✭ 107 (-39.89%)
Mutual labels:  crawler, scraper
Instagram api gem
A Ruby wrapper for the Instagram API
Stars: ✭ 100 (-43.82%)
Mutual labels:  gem, instagram
Instagram Profilecrawl
💻 Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
Stars: ✭ 110 (-38.2%)
Mutual labels:  crawler, instagram
Instalooter
Another API-less Instagram pictures and videos downloader.
Stars: ✭ 1,639 (+820.79%)
Mutual labels:  instagram, instagram-scraper
Scrapoxy
Scrapoxy hides your scraper behind a cloud. It starts a pool of proxies to send your requests. Now, you can crawl without thinking about blacklisting!
Stars: ✭ 1,322 (+642.7%)
Mutual labels:  crawler, scraper

Instagram Crawler

Gem Version Maintainability Build Status Coverage Status security MIT licensed

The easiest way to download instagram photos, posts and videos.

Instagram Crawler is a ruby gem to crawl instagram photos, posts and videos for download.

Installation

$ gem install instagram-crawler

Setting env variable

export sessionid=[your instagram sessionid]

Getting Started

Show all file link

-u || --user_name

instagram-crawler -u <user_name>

Download files after this date (YYYYMMDD)

-a || --after

instagram-crawler -u <user_name> -d -a 20181120

Download files before this date (YYYYMMDD)

-b || --before

instagram-crawler -u <user_name> -d -b 20181120

Generate log file

-l || --log

instagram-crawler -u <user_name> -l

Proxy

-P || --proxyname -p || --port

instagram-crawler -u <user_name> -P http://example.com -p 1234

Help

instagram-crawler -h | --help

Usage:
  instagram-crawler [options]
  See https://github.com/mgleon08/instagram-crawler for more information.

options:
    -u, --username USERNAME          Instagram username
    -d, --download                   Download files
    -a, --after DATE                 Download files after this date (YYYYMMDD)
    -b, --before DATE                Download files before this date (YYYYMMDD)
    -l, --log                        Generate a log file in the current directory
    -P, --proxyname PROXYNAME        Specify proxyname of your proxy server
    -p, --port PORT                  Specify port of your proxy server (default port: 8080)
    -v, --version                    Show the instagram-crawler version
    -h, --help                       Show this message

Docker

# make sure already setting env variable
# you can setting sessionid in local use $sessionid or pass sessionid to docker
# $PWD/instagram-crawler is file store path

# pull image
docker pull mgleon08/instagram-crawler

# docker run
docker run -it --rm -v $PWD/instagram-crawler:/instagram-crawler -e sessionid=$sessionid --name marvel mgleon08/instagram-crawler -u marvel -a 20181124 -d -l

Terms of Use

Instagram Terms of Use

9.You must not access Instagram's private API by any other means other than the Instagram application itself.
10.You must not crawl, scrape, or otherwise cache any content from Instagram including but not limited to user profiles and photos.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mgleon08/instagram-crawler/pulls

License

  • Copyright (c) 2018 Leon Ji. See LICENSE.txt for further details.
  • The gem is available as open source under the terms of the MIT License.
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].