{"id":14110129,"url":"https://github.com/mgleon08/instagram-crawler","last_synced_at":"2025-04-06T20:08:52.204Z","repository":{"id":44326744,"uuid":"158561033","full_name":"mgleon08/instagram-crawler","owner":"mgleon08","description":"Crawl instagram photos, posts and videos for download.","archived":false,"fork":false,"pushed_at":"2023-05-06T14:13:40.000Z","size":5516,"stargazers_count":200,"open_issues_count":6,"forks_count":16,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-30T19:35:06.257Z","etag":null,"topics":["crawler","gem","instagram","instagram-crawler","instagram-scraper","ruby","rubygems","scraper"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mgleon08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-21T14:32:59.000Z","updated_at":"2025-01-21T09:50:46.000Z","dependencies_parsed_at":"2024-08-14T10:12:33.436Z","dependency_job_id":"6bcac707-1eb0-47ca-8853-d0ff7a6586af","html_url":"https://github.com/mgleon08/instagram-crawler","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"6e11fe335e79cd6e1a0014e1853db181d081acc5"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgleon08%2Finstagram-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgleon08%2Finstagram-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgleon08%2Finstagram-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgleon08%2Finstagram-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgleon08","download_url":"https://codeload.github.com/mgleon08/instagram-crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543589,"owners_count":20955865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crawler","gem","instagram","instagram-crawler","instagram-scraper","ruby","rubygems","scraper"],"created_at":"2024-08-14T10:02:40.749Z","updated_at":"2025-04-06T20:08:52.186Z","avatar_url":"https://github.com/mgleon08.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Instagram Crawler\n\n[![Gem Version](https://badge.fury.io/rb/instagram-crawler.svg)](https://badge.fury.io/rb/instagram-crawler)\n[![Maintainability](https://api.codeclimate.com/v1/badges/a1625a5a812f515bdd91/maintainability)](https://codeclimate.com/github/mgleon08/instagram-crawler/maintainability)\n[![Build Status](https://travis-ci.org/mgleon08/instagram-crawler.svg?branch=master)](https://travis-ci.org/mgleon08/instagram-crawler)\n[![Coverage Status](https://coveralls.io/repos/github/mgleon08/instagram-crawler/badge.svg?branch=master)](https://coveralls.io/github/mgleon08/instagram-crawler?branch=master)\n[![security](https://hakiri.io/github/mgleon08/instagram-crawler/master.svg)](https://hakiri.io/github/mgleon08/instagram-crawler/master)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mgleon08/instagram-crawler/blob/master/LICENSE.txt)\n\n\n\u003e The easiest way to download instagram photos, posts and videos.\n\n\u003cimg src=\"screenshots/logo.png\" width=\"200\" align=\"center\"\u003e\n\n### Instagram Crawler is a ruby gem to crawl instagram photos, posts and videos for download.\n\n## Installation\n\n```\n$ gem install instagram-crawler\n```\n\n## Setting env variable\n\n```\nexport sessionid=[your instagram sessionid]\n```\n\n![](screenshots/sessionid.png)\n\n## Getting Started\n\n![](screenshots/instagram_crawler_demo.gif)\n\n### Show all file link\n\n`-u || --user_name`\n\n```ruby\ninstagram-crawler -u \u003cuser_name\u003e\n```\n\n### Download files after this date (YYYYMMDD)\n\n`-a || --after `\n\n```ruby\ninstagram-crawler -u \u003cuser_name\u003e -d -a 20181120\n```\n\n### Download files before this date (YYYYMMDD)\n\n`-b || --before `\n\n```ruby\ninstagram-crawler -u \u003cuser_name\u003e -d -b 20181120\n```\n\n### Generate log file\n\n`-l || --log `\n\n```ruby\ninstagram-crawler -u \u003cuser_name\u003e -l\n```\n\n### Proxy\n\n`-P || --proxyname ` `-p || --port`\n\n```ruby\ninstagram-crawler -u \u003cuser_name\u003e -P http://example.com -p 1234\n```\n\n### Help\n\n`instagram-crawler -h | --help`\n\n```ruby\nUsage:\n  instagram-crawler [options]\n  See https://github.com/mgleon08/instagram-crawler for more information.\n\noptions:\n    -u, --username USERNAME          Instagram username\n    -d, --download                   Download files\n    -a, --after DATE                 Download files after this date (YYYYMMDD)\n    -b, --before DATE                Download files before this date (YYYYMMDD)\n    -l, --log                        Generate a log file in the current directory\n    -P, --proxyname PROXYNAME        Specify proxyname of your proxy server\n    -p, --port PORT                  Specify port of your proxy server (default port: 8080)\n    -v, --version                    Show the instagram-crawler version\n    -h, --help                       Show this message\n```\n\n## Docker\n\n```docker\n# make sure already setting env variable\n# you can setting sessionid in local use $sessionid or pass sessionid to docker\n# $PWD/instagram-crawler is file store path\n\n# pull image\ndocker pull mgleon08/instagram-crawler\n\n# docker run\ndocker run -it --rm -v $PWD/instagram-crawler:/instagram-crawler -e sessionid=$sessionid --name marvel mgleon08/instagram-crawler -u marvel -a 20181124 -d -l\n```\n\n\n## Terms of Use\n\n[Instagram Terms of Use](https://www.instagram.com/about/legal/terms/before-january-19-2013/)\n\n\u003e 9.You must not access Instagram's private API by any other means other than the Instagram application itself.  \n  10.You must not crawl, scrape, or otherwise cache any content from Instagram including but not limited to user profiles and photos.\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [`https://github.com/mgleon08/instagram-crawler/pulls`](https://github.com/mgleon08/instagram-crawler/pulls)\n\n## License\n\n* Copyright (c) 2018 Leon Ji. See [LICENSE.txt](https://github.com/mgleon08/instagram-crawler/blob/master/LICENSE.txt) for further details.\n* The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgleon08%2Finstagram-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgleon08%2Finstagram-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgleon08%2Finstagram-crawler/lists"}