问题标签 [instapy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 如何使用python在Instagram上发布图片
我想使用 python 在 Instagram 上发布一张图片,但我不知道该怎么做。提前致谢。我这样做
但这是失败的
python - selenium.common.exceptions.SessionNotCreatedException:消息:无法找到匹配的功能集
我在互联网上找到了一些可能的答案,但似乎都没有。有谁知道出了什么问题?
编码:
错误信息
我正在使用 mac、Python 3.7 和 instapy 0.6.10
python - InstaPy /“图片太少,跳过这个标签”
我基本上是在使用 InstPy 模块构建一个 Instagram 机器人。当我尝试让它像来自特定标签的帖子并关注 50% 的帖子帐户时,它会检查带有该标签的帖子,但它会显示“图像太少,跳过此标签”。我应该怎么办?
壳
python - 无法启动 InstaPy
嘿,每个人我都在尝试编写一个 instabot 并且刚刚开始,但是从一开始我就无法让它工作,每次我尝试运行我的快速入门时都会出现这个问题,它给了我这个错误:
我安装了 InstaPy 从快速入门运行安装和更新 这是我的代码
它不是那么先进,因为我只是想让它开始
我希望你能帮帮我
python - 如何使用 instabot 模块的 Like 功能?
我想使用 instabot 来点赞图像,但没有发生我弄错的情况。
我尝试使用不同并工作
python - 为已在 InstaPy 库中分配的类似创建异常
我有下面的算法,通过 URL 对 instagram 照片执行喜欢和评论,我的目标是在 5 分钟内在 AWS 机器上运行此脚本,每天将生成 288 条评论。然而,每当他意识到他已经在照片中执行了 LIKE 时,他就会返回"LIKED 0 images | ALREADY LIKED: 1"并中止该过程。我想在 LIKE 已经存在时创建一个交易,只需执行评论,可以吗?如果是,您可以帮助我提供相关示例或解决方案,谢谢!
python - Instapy does not install
When trying to install Instapy on a Mac, it runs fine until I get this error. It also brings up a call box saying The "gcc" command requires the command line developer tools. Would you like to install the tools now? I click yes, the program runs for a little then says Can't install the software because it is not currently available from the Software Update Server. Might be something with trying to install regex in conjunction with Instapy. Please advise.
Error code:
python - 无法为“instapy”安装 clarifai
嘿伙计们,我正在尝试使用由 python 编写的 nstaPy 机器人
我尝试使用pip安装要求,但不幸的是我遇到了一个我无法安装的错误
处理。错误在于安装“clarifai”库,我得到了这两个:
ERROR: Command errored out with exit status 1
和
error: [WinError 2] The system cannot find the file specified
请帮我处理这个
python - selenium.common.exceptions.WebDriverException:消息:无效参数:无法终止已退出的进程 OSX Catalina
我使用 pip brew install gecodriver 安装 instapy ,结果是当我使用 sudo 运行时如果我在没有 sudo firefox 的情况下运行打开 instagram 页面打开登录详细信息输入并输入登录凭据失败的用户并通过是正确的。有人能告诉我这是不是来自 gecodriver 以及我该如何解决它。
这是代码