{"id":39442000,"url":"https://github.com/kricha/insta_browser","last_synced_at":"2026-01-18T04:21:59.507Z","repository":{"id":62571104,"uuid":"95109702","full_name":"kricha/insta_browser","owner":"kricha","description":"python pypi package for easy parsing/automation instagram.com","archived":false,"fork":false,"pushed_at":"2018-06-30T21:42:28.000Z","size":95,"stargazers_count":22,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-09T21:09:19.757Z","etag":null,"topics":["bot","insta-crawler","instabot","instagram","pypi","pypi-instagram","pypi-packages","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/kricha.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}},"created_at":"2017-06-22T11:44:59.000Z","updated_at":"2025-09-03T18:52:03.000Z","dependencies_parsed_at":"2022-11-03T17:15:33.363Z","dependency_job_id":null,"html_url":"https://github.com/kricha/insta_browser","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/kricha/insta_browser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kricha%2Finsta_browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kricha%2Finsta_browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kricha%2Finsta_browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kricha%2Finsta_browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kricha","download_url":"https://codeload.github.com/kricha/insta_browser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kricha%2Finsta_browser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28529501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bot","insta-crawler","instabot","instagram","pypi","pypi-instagram","pypi-packages","python"],"created_at":"2026-01-18T04:21:59.445Z","updated_at":"2026-01-18T04:21:59.497Z","avatar_url":"https://github.com/kricha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instabrowser\n[![Build Status](https://travis-ci.org/kricha/insta_browser.svg?branch=master)](https://travis-ci.org/kricha/insta_browser)\n[![PyPI](https://img.shields.io/pypi/v/insta_browser.svg)](https://pypi.org/pypi/insta_browser)\n\n💻 Library for instagram.com automation.  \n♥️ Like instagram feed, username profile, location, tag.  \n🤝 Auto-follow unknown users, during liking, from locations or tags.   \n📊 Get statistic of any public account.  \n\n### Requirements\n* Python 3\n* [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) for headless web-surfing\n\n\n### Examples\n\n* Example of using package for liking specific user:\n\n    ```python\n    import os\n    from insta_browser import browser\n\n    br = browser.Browser(\n        debug=True,cookie_path=os.path.join('var', 'cookies'),\n        log_path=os.path.join('var', 'logs'),\n        db_path=os.path.join('var', 'db'),\n        exclude=os.path.join('var', 'exclude.txt'),\n        auto_follow=True\n    )\n\n    try:\n        br.auth('YOUR_INSTA_LOGIN', 'YOUR_INSTA_PASSWORD')\n        br.process_user('al_kricha')\n        print(br.get_summary())\n    finally:\n        br.close_all()\n\n    ```\n\nOther examples can be seen in my repository: [insta_bot](https://github.com/kricha/insta_bot)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkricha%2Finsta_browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkricha%2Finsta_browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkricha%2Finsta_browser/lists"}