All Projects â†’ uriyyo â†’ instapi

uriyyo / instapi

Licence: MIT license
📷 Python Instagram API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to instapi

Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (+318.18%)
Mutual labels:  instagram, instagram-api
Socialmanagertools Docs
📚 Documentation of Social Manager Tools
Stars: ✭ 151 (+357.58%)
Mutual labels:  instagram, instagram-api
Mygf Instagram
Like posts of my girlfriend's Instagram using web api, don't need any api key and access tokens just login and password
Stars: ✭ 140 (+324.24%)
Mutual labels:  instagram, instagram-api
Instagram ssl pinning
Bypassing SSL Pinning in Instagram Android App
Stars: ✭ 135 (+309.09%)
Mutual labels:  instagram, instagram-api
Swiftyinsta
Instagram Private API Swift
Stars: ✭ 165 (+400%)
Mutual labels:  instagram, instagram-api
Onegram
This repository is no longer maintained.
Stars: ✭ 137 (+315.15%)
Mutual labels:  instagram, instagram-api
Instabot.rb
An instagram bot works without instagram api, only needs your username and password. written in ruby
Stars: ✭ 149 (+351.52%)
Mutual labels:  instagram, instagram-api
Instagram api gem
A Ruby wrapper for the Instagram API
Stars: ✭ 100 (+203.03%)
Mutual labels:  instagram, instagram-api
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+642.42%)
Mutual labels:  instagram, instagram-api
Instagram private api
A Python library to access Instagram's private API.
Stars: ✭ 2,273 (+6787.88%)
Mutual labels:  instagram, instagram-api
Inwidget
inWidget - free Instagram widget for your website. Allows you to show photos from an Instagram account, by hashtags and more.
Stars: ✭ 132 (+300%)
Mutual labels:  instagram, instagram-api
Instagram Php Scraper
Get account information, photos, videos, stories and comments.
Stars: ✭ 2,490 (+7445.45%)
Mutual labels:  instagram, instagram-api
Toolsig
toolsigv3.1 (Instagram Tools)
Stars: ✭ 121 (+266.67%)
Mutual labels:  instagram, instagram-api
React Native Instagram Login
a react native instagram login component (support android & ios). Pull requests are welcome!
Stars: ✭ 139 (+321.21%)
Mutual labels:  instagram, instagram-api
Instagram Bot Dm
Instagram bot to send direct messages
Stars: ✭ 101 (+206.06%)
Mutual labels:  instagram, instagram-api
Instagram Followers Bot
A bot for Instagram. You can follow users using a tag or in a specific location, unfollow those who dont follow-you-back, and follow-back those who follow you
Stars: ✭ 149 (+351.52%)
Mutual labels:  instagram, instagram-api
Instagram private api extensions
An extension module to https://github.com/ping/instagram_private_api
Stars: ✭ 97 (+193.94%)
Mutual labels:  instagram, instagram-api
Swiftagram
A modern Swift wrapper for Instagram Private API.
Stars: ✭ 100 (+203.03%)
Mutual labels:  instagram, instagram-api
Instagrapi
Fast and effective Instagram Private API wrapper
Stars: ✭ 157 (+375.76%)
Mutual labels:  instagram, instagram-api
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (+448.48%)
Mutual labels:  instagram, instagram-api

InstAPI

Code Style Contributions License Build Status codecov

Instapi

InstAPI - comfortable and easy to use Python's library for interaction with Instagram.

Installation

pip install inst-api

Usage

Example how to like all feeds for user

from instapi import bind
from instapi import User

bind('your_username_here', 'your_password_here')

# Get user profile by username
instagram_profile = User.from_username('username')

# Like all posts
for feed in instagram_profile.iter_feeds():
  feed.like()

Contribute

Contributions are always welcome!

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].