{"id":16105053,"url":"https://github.com/uriyyo/instapi","last_synced_at":"2025-10-07T03:33:31.218Z","repository":{"id":38085695,"uuid":"203244044","full_name":"uriyyo/instapi","owner":"uriyyo","description":"Python Instagram API :camera:","archived":false,"fork":false,"pushed_at":"2024-03-29T21:54:23.000Z","size":576,"stargazers_count":32,"open_issues_count":15,"forks_count":5,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-27T05:55:57.475Z","etag":null,"topics":["instabot","instagram","instagram-api","instapi","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/uriyyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-08-19T20:17:36.000Z","updated_at":"2025-01-10T19:49:12.000Z","dependencies_parsed_at":"2024-03-29T22:45:43.625Z","dependency_job_id":null,"html_url":"https://github.com/uriyyo/instapi","commit_stats":{"total_commits":162,"total_committers":5,"mean_commits":32.4,"dds":0.5925925925925926,"last_synced_commit":"e0921753575d0218565cdd84cdc05e6dbbb2cd67"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriyyo%2Finstapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriyyo%2Finstapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriyyo%2Finstapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriyyo%2Finstapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uriyyo","download_url":"https://codeload.github.com/uriyyo/instapi/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806070,"owners_count":20350775,"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":["instabot","instagram","instagram-api","instapi","python","python3"],"created_at":"2024-10-09T19:08:13.216Z","updated_at":"2025-10-07T03:33:31.163Z","avatar_url":"https://github.com/uriyyo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"InstAPI\n=============\n\n[![Code Style](https://img.shields.io/badge/Code%20Style-PEP%208-blueviolet)](https://www.python.org/dev/peps/pep-0008/) \n![Contributions](https://img.shields.io/badge/Contributions-Welcome-brightgreen)\n[![License](https://img.shields.io/badge/License-MIT-lightgrey)](/LICENSE) \n[![Build Status](https://travis-ci.com/uriyyo/instapi.svg?branch=develop)](https://travis-ci.com/uriyyo/instapi)\n[![codecov](https://codecov.io/gh/uriyyo/instapi/branch/develop/graph/badge.svg)](https://codecov.io/gh/uriyyo/instapi)\n\n\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/uriyyo/instapi/master/logo.svg\" alt=\"Instapi\" width=\"256\" height=\"256\"\u003e\n\u003c/h1\u003e\n\nInstAPI - comfortable and easy to use Python's library for interaction with Instagram.\n\nInstallation\n------------\n```bash\npip install inst-api\n```\n\nUsage\n-----\nExample how to like all feeds for user\n```python\nfrom instapi import bind\nfrom instapi import User\n\nbind('your_username_here', 'your_password_here')\n\n# Get user profile by username\ninstagram_profile = User.from_username('username')\n\n# Like all posts\nfor feed in instagram_profile.iter_feeds():\n  feed.like()\n```\n\nContribute\n----------\nContributions are always welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furiyyo%2Finstapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furiyyo%2Finstapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furiyyo%2Finstapi/lists"}