InstaPy / InstaPy/instapy-quickstart
Page not found when trying to use like_by_tags
- 主要语言
- Python
- 星标
- 777
- 派生
- 763
- PR 合并指标
- 30 天内没有已合并 PR
描述
I am trying to write a very simple bot that can log in and like and follow by tags. I wrote a custom code and it did not work (Picture of error below). I also tried running the quickstart code and got the same error.
Here is the code I wrote but as I said I am getting the same error with the quickstart.
` from instapy import InstaPy
session = InstaPy(username="",
password="",
bypass_security_challenge_using='sms')
session.login()
session.like_by_tags(["nature"], amount=2)
session.follow_by_tags(["nature"], amount=2)
session.unfollow_users(amount=60, instapy_followed_enabled=True, instapy_followed_param="all", style="FIFO", unfollow_after=10, sleep_delay=501) `

贡献指南
这个仓库没有索引到贡献指南
调研方向
首先使用 quickstart 片段及其 like_by_tags 调用复现错误;payload 无法标识 repository 文件、测试或入口点。确定所报告的 PageNotFound 结果的原因,并记录具体的更改或诊断路径后,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api, backend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100