InstaPy / InstaPy/instapy-quickstart
How to change it so it dont create whole list ?
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 777
- フォーク
- 763
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
with smart_run(session):
following_list = session.grab_followers(username="couple", amount="full", live_match=True, store_locally=False)
like_tags=(['natgeo', 'world', 'pizza'])
session.set_do_story(enabled = True, percentage = 95, simulate = True)
session.story_by_users(following_list)
session.story_by_tags(like_tags)
50/2650551 [+-----------------------------------] 0% |> Elapsed: 0.03 seconds |> ETA: 3.74 seconds
100/2650551 [+-----------------------------------] 0% |> Elapsed: 2.99 seconds |> ETA: 4.93 minutes
150/2650551 [+-----------------------------------] 0% |> Elapsed: 5.68 seconds |> ETA: 9.38 minutes
199/2650551 [+-----------------------------------] 0% |> Elapsed: 8.4 seconds |> ETA: 13.87 minutes
248/2650551 [+-----------------------------------] 0% |> Elapsed: 10.58 seconds |> ETA: 17.46 minutes
298/2650551 [+-----------------------------------] 0% |> Elapsed: 12.87 seconds |> ETA: 21.24 minutes
347/2650551 [+-----------------------------------] 0% |> Elapsed: 15.4 seconds |> ETA: 25.41 minutes
397/2650551 [+-----------------------------------] 0% |> Elapsed: 17.57 seconds |> ETA: 28.99 minutes
447/2650551 [+-----------------------------------] 0% |> Elapsed: 19.59 seconds |> ETA: 32.33 minutes
497/2650551 [+-----------------------------------] 0% |> Elapsed: 22.13 seconds |> ETA: 36.52 minutes
547/2650551 [+-----------------------------------] 0% |> Elapsed: 24.09 seconds |> ETA: 39.75 minutes
597/2650551 [+-----------------------------------] 0% |> Elapsed: 26.06 seconds |> ETA: 43.0 minutes
647/2650551 [+-----------------------------------] 0% |> Elapsed: 28.77 seconds |> ETA: 47.47 minutes
697/2650551 [+-----------------------------------] 0% |> Elapsed: 31.27 seconds |> ETA: 51.61 minutes
747/2650551 [+-----------------------------------] 0% |> Elapsed: 33.55 seconds |> ETA: 55.36 minutes
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Start with the example in the issue, especially grab_followers(username="couple", amount="full", live_match=True, store_locally=False), and trace how its result is passed to story_by_users. Check the relevant follower-fetching entry point and existing tests or documentation for amount handling. Done should mean the workflow can avoid creating the full follower list while retaining the intended story actions.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- tooling
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100