Using TikHub-API-Python-SDK with instagram.com

Python integration

Install
pip install TikHub-API-Python-SDK
Quick start
import TikHub-API-Python-SDK

# Set your API key
client = TikHub_API_Python_SDK.Client(api_key="YOUR_API_KEY")
Search for tags by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /tags/search
Search for media in a given area.
curl \
  # append ?access_token=$API_KEY to the URL \
  /media/search
Search for a user by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /users/search
SDK on GitHub 📄 API Docs
SDK
TikHub-API-Python-SDK
Python
API
instagram.com
instagram.com
At a glance
Language Python
Endpoints27