問題タブ [sttwitterapi]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
40 参照

r - 「rtweet」を使用した大規模な Twitter API クエリがまだ実際にダウンロードされているかどうかを判断しようとしています

R パッケージを使用してハッシュタグ (#Venture) のすべてのインスタンスをダウンロードしようとしていますrtweet` and am seeing a messaging indicating that the data is downloading but stopping at 16% with the progress bar unfinished. I understand the API limits a query to 18k tweets per 15 minute interval, but what is confusing me is that my R promptR>``` は、クエリが終了または中止されたかのように返されました。私はただせっかちなのですか、それとも何かが足りないのですか?

私は引数をいじってみましたretryonratelimit = TRUE; もう一度クエリを実行してみました。いくつかのチュートリアルに目を通し、パッケージのドキュメントを調べました。Downloading プログレス バーが 16% 後に終了し、再開しないか、少なくとも中止してエラー メッセージをスローしない理由がわかりません。