InstaPy / InstaPy/instapy-quickstart
TypeError: unfollow_users() got an unexpected keyword argument 'InstapyFollowed'
- 主要言語
- Python
- スター
- 777
- フォーク
- 763
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I am using the latest version
`Successfully installed api-display-purposes-0.0.3 instapy-0.6.16 semantic-version-2.9.0 setuptools-rust-1.3.0`
When I try go run this template https://github.com/InstaPy/instapy-quickstart/blob/master/quickstart_templates/basic_follow-unfollow_activity.py I get an error:
```
Traceback (most recent call last):
File "/Users/loukas/Desktop/basic_follow-unfollow_activity.py", line 56, in
session.unfollow_users(amount=500, InstapyFollowed=(True, "nonfollowers"),
TypeError: unfollow_users() got an unexpected keyword argument 'InstapyFollowed'
```
can you update the templates?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start with the basic_follow-unfollow_activity.py template linked in the issue and compare its unfollow_users call with the current InstaPy API signature. Update the template so it no longer passes the rejected argument, then run the template to confirm the TypeError is gone.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100