Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 具体的な使用例を追加 #129

Merged
merged 2 commits into from
Nov 2, 2024
Merged

docs: 具体的な使用例を追加 #129

merged 2 commits into from
Nov 2, 2024

Conversation

sushichan044
Copy link
Collaborator

@sushichan044 sushichan044 commented Nov 1, 2024

Outline

#122
具体的な使い方が分かりやすくなるように、実際に

  • 特定のトピックのコミュニティノート
  • コミュニティノートに紐ついたツイート

のデータを取得する例を追加した

@sushichan044 sushichan044 self-assigned this Nov 1, 2024
post_ids = ",".join(tech_post_ids)

posts_res = requests.get(
f"https://birdxplorer.onrender.com/api/v1/data/posts?post_ids={post_ids}&limit={expected_data_amount}"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#128 の修正が適用されたあとの場合を想定して post_ids としている。
#128 を取り込まない場合は post_id に直す必要あり

@yu23ki14 yu23ki14 merged commit 6338812 into main Nov 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants