2021-07-06から1日間の記事一覧

Ruby の Twitter gem で DM を取得するときの注意点 (REST API)

結論 初回は @client.direct_messages_events(count: 1) で取得し、その戻り値から next_cursor を得て、それを用いて次回は @client.direct_messages_events(count: 1, cursor: next_cursor) で取得します。 next_cursor に nil が返ってきたら取得完了です…

Powered by はてなブログ