All Projects → LevPasha → Instagram Api Python

LevPasha / Instagram Api Python

Licence: other
Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Instagram Api Python

Instapy Cli
✨ Python library and CLI to upload photo and video on Instagram. W/o a phone!
Stars: ✭ 498 (-78.87%)
Mutual labels:  api, instagram-api, library, instagram
React Native Vision Camera
📸 The Camera library that sees the vision.
Stars: ✭ 443 (-81.2%)
Mutual labels:  api, library, instagram
Swiftyinsta
Instagram Private API Swift
Stars: ✭ 165 (-93%)
Mutual labels:  api, instagram-api, instagram
Goinsta
Unofficial Instagram API written in Golang
Stars: ✭ 733 (-68.9%)
Mutual labels:  api, instagram-api, instagram
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (-75.82%)
Mutual labels:  api, instagram-api, instagram
Instagram Api
Instagram's private API
Stars: ✭ 5,168 (+119.26%)
Mutual labels:  api, library, instagram
Swiftagram
A modern Swift wrapper for Instagram Private API.
Stars: ✭ 100 (-95.76%)
Mutual labels:  api, instagram-api, instagram
Socialmanagertools Docs
📚 Documentation of Social Manager Tools
Stars: ✭ 151 (-93.59%)
Mutual labels:  instagram-api, instagram
Deeply
PHP client for the DeepL.com translation API (unofficial)
Stars: ✭ 152 (-93.55%)
Mutual labels:  api, library
Instagram private api
A Python library to access Instagram's private API.
Stars: ✭ 2,273 (-3.56%)
Mutual labels:  instagram-api, instagram
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (-92.32%)
Mutual labels:  instagram-api, instagram
Instabot.rb
An instagram bot works without instagram api, only needs your username and password. written in ruby
Stars: ✭ 149 (-93.68%)
Mutual labels:  instagram-api, instagram
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 (-93.68%)
Mutual labels:  instagram-api, instagram
Instagrapi
Fast and effective Instagram Private API wrapper
Stars: ✭ 157 (-93.34%)
Mutual labels:  instagram-api, instagram
Coinbasepro Csharp
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
Stars: ✭ 143 (-93.93%)
Mutual labels:  api, library
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 (-94.06%)
Mutual labels:  instagram-api, instagram
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (-93.08%)
Mutual labels:  api, library
Riot Api Java
Riot Games API Java Library
Stars: ✭ 184 (-92.19%)
Mutual labels:  api, library
Libmoji
📚 Bitmoji's API made easy for everyone
Stars: ✭ 189 (-91.98%)
Mutual labels:  api, library
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-92.02%)
Mutual labels:  api, library

Instagram-API-python

Unofficial Instagram API to give you access to ALL Instagram features (like, follow, upload photo and video, etc)! Written in Python.

This is the Python port of https://github.com/mgp25/Instagram-API which is written in PHP. It is still a work in progress to copy all of its API endpoints.

NOTE: To successfully parse for a long time you should verify your phone number in your Instagram account. The new fake Instagram account with an unverified phone number after ~ 1-24 hours could not do any requests. All requests will be redirected to the page https://instagram.com/challenge

Installation Instructions

  1. Fork/Clone/Download this repo

    git clone https://github.com/LevPasha/Instagram-API-python.git

  2. Navigate to the directory

    cd Instagram-API-python

  3. Install the dependencies

    pip install -r requirements.txt

  4. Modify examples\test.py with your own username and password

  5. Run the test.py script (use text editor to edit the script and type in valid Instagram username/password)

Pip Installation Instructions

  1. Install via pip

    pip install InstagramApi

    or

    py -m install InstagramApi

  2. Import InstagramAPI from a python command prompt

    from InstagramAPI import InstagramAPI

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