UNKNOWN
Project description
Class for use https://instagram.com
Install
pip install python-api-instagram
Example
from python_api_instagram.instagramAPI import instagramAPI
access_token = '3403089465.260c1aa.b09a16*03c24435880d3fe195*f8f156'
instagram = instagramAPI(access_token)
print instagram.users_self()
print instagram.users_detail(3403089465)
print instagram.users_self_media_liked()
print instagram.followed_by()
print instagram.follows_self()
print instagram.media_self_recent()
print instagram.media('1306717096452924663_3403089465')
print instagram.actions_relationship(3403089465, 'follow')
print instagram.relationship(3403089465)
print instagram.requested_by()
print instagram.followed_by()
print instagram.follows()
print instagram.locations(514276)
print instagram.locations_media_recent(514276)
print instagram.locations_search(37.77493, -122.419415)
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-api-instagram-0.0.7.tar.gz
.
File metadata
- Download URL: python-api-instagram-0.0.7.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f890ad27faa49d79bc6d808701b75a62670fa96a4ec5684bff9e2c6fa5131a70 |
|
MD5 | 43c6f447e5ed5c228b60cc6fafea2d87 |
|
BLAKE2b-256 | 8f6fe8ba153fc005d498b0d308e3097e936e700af2060ffb30eb80019da2bdbe |