{"id":16392561,"url":"https://github.com/ankandrew/ig-image-scraper","last_synced_at":"2026-05-08T16:46:08.133Z","repository":{"id":117311237,"uuid":"387282261","full_name":"ankandrew/ig-image-scraper","owner":"ankandrew","description":"Scrape images given a Instagram hashtag.","archived":false,"fork":false,"pushed_at":"2021-07-19T20:51:14.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T21:32:22.350Z","etag":null,"topics":["hashtag-scraper","ig-hashtag-scrapper","image-scraper","instagram","instagram-scraper","scraper","selenium","selenium-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankandrew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-07-18T22:39:12.000Z","updated_at":"2023-11-01T08:49:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"793e971d-5078-4520-8256-afb03578c501","html_url":"https://github.com/ankandrew/ig-image-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankandrew%2Fig-image-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankandrew%2Fig-image-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankandrew%2Fig-image-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankandrew%2Fig-image-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankandrew","download_url":"https://codeload.github.com/ankandrew/ig-image-scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240245904,"owners_count":19771028,"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":["hashtag-scraper","ig-hashtag-scrapper","image-scraper","instagram","instagram-scraper","scraper","selenium","selenium-python"],"created_at":"2024-10-11T04:50:38.216Z","updated_at":"2026-05-08T16:46:03.081Z","avatar_url":"https://github.com/ankandrew.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Instagram Image Scraper\n\nScrap instagram images given a hashtag\n\n### Usage\n\n```python\nfrom ihs import Scraper, Downloader\n\nif __name__ == \"__main__\":\n    credentials = {\n        'username': 'your_username',\n        'password': 'your_password'\n    }\n    \n    urls_path = 'scraped/urls.txt'\n    \n    Scraper(login=credentials,\n            max_samples=10,\n            url_save_path=urls_path,\n            driver_path='driver/chromedriver.exe').scan(tag='happy')\n    \n    Downloader(url_file=urls_path,\n               img_folder='img/').start(wait_time=1.0)\n```\n\n### Installation\n\nRun:\n\n`pip install -r requirements.txt`\n\nThen download the chrome driver from [here](https://chromedriver.chromium.org/downloads) according to your Chrome version.\nWhen creating `Scraper` object make sure to pass the correct path to the driver.\n\n### Disclaimer\n\nThis tool is for educational purposes only.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankandrew%2Fig-image-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankandrew%2Fig-image-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankandrew%2Fig-image-scraper/lists"}