gpt4 book ai didi

python - 使用 Python 将图像上传到 Instagram

转载 作者:行者123 更新时间:2023-12-03 14:22:40 26 4
gpt4 key购买 nike

我正在尝试做一个简单的 Instagram python 机器人,以便在我的 Instagram 个人资料中上传图像。我已经尝试过最常用的库(InstagramAPI、instapy、insta-cly)。在我搜索的过程中,我发现 Instagram 改变了一些东西,使这些库变得毫无用处。

有我可以使用的图书馆吗?我知道我可以使用 Selenium 来让它运行,但我想知道是否有任何捷径。

调戏你!

最佳答案

试试这个库:instabot https://pypi.org/project/instabot/
上传图片的代码示例:

from instabot import Bot

bot = Bot()
bot.login(username="instagram_username", password="your_password")

file = open('path_to_your_image', 'r')
bot.upload_photo(file, caption="your post caption")

关于python - 使用 Python 将图像上传到 Instagram,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62293200/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com