跳转到主要内容

InstAPI - 舒适且易于使用的Python库,用于与Instagram交互

项目描述

InstAPI

Code Style Contributions License Build Status codecov

Instapi

InstAPI - 舒适且易于使用的Python库,用于与Instagram交互。

安装

pip install inst-api

使用

如何喜欢用户的所有动态的示例

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()

贡献

贡献总是受欢迎的!

项目详情


下载文件

为您的平台下载文件。如果您不确定要选择哪个,请了解更多关于 安装包 的信息。

源分布

inst-api-0.3.0.tar.gz (12.9 kB 查看哈希值)

上传时间

构建分布

inst_api-0.3.0-py3-none-any.whl (17.4 kB 查看哈希值)

上传时间 Python 3

支持