LoginSignup
8
8

More than 5 years have passed since last update.

Twitter検索からtweetパーマリンクをさっと抜き出す方法

Last updated at Posted at 2012-04-11

プログラムを書かずにざっと集めたいとき @ Chrome
1. Twitter検索ページで検索する https://twitter.com/#!/search/realtime/kobito
2. 辿れるだけページを下に辿っていく
3. JS consoleをcmd+opt+jで表示する
4. $('.tweet-timestamp').map(function(i, tweet) { return tweet.href });を実行する
5. 結果をコピペ

8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8