Skip to content

Instantly share code, notes, and snippets.

@xl1
Last active July 15, 2023 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xl1/fc2b3eb0881dd5d49a53baf7384035da to your computer and use it in GitHub Desktop.
Save xl1/fc2b3eb0881dd5d49a53baf7384035da to your computer and use it in GitHub Desktop.
金曜感
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

元データの出し方

  1. Twitter データアーカイブをダウンロード https://twitter.com/settings/account
  2. ツイートが入った .js ファイルを見つける(たまに名前や内容が変わることがある)
  3. sed 1d tweets.js | sed 1i[ | jq -r '.[].tweet | select(.full_text | test("金曜感.*\\d")) | [ .created_at, .full_text ] | @tsv'
  4. 関係ないツイートを手で除いたり加工したりする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment