Skip to content

Instantly share code, notes, and snippets.

@edsu
Last active April 16, 2021 14:20
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 edsu/cf278c44fa73aeb220a3720053811148 to your computer and use it in GitHub Desktop.
Save edsu/cf278c44fa73aeb220a3720053811148 to your computer and use it in GitHub Desktop.
twarc2 search 'youtube.com/watch?v=dQw4w9WgXcQ' --flatten --archive --limit 50000 | jq -r '.created_at[0:10]' | uniq -c | awk '{print $2 "," $1}'
2021-04-16 133
2021-04-15 370
2021-04-14 711
2021-04-13 281
2021-04-12 303
2021-04-11 305
2021-04-10 204
2021-04-09 274
2021-04-08 315
2021-04-07 398
2021-04-06 319
2021-04-05 285
2021-04-04 349
2021-04-03 490
2021-04-02 2083
2021-04-01 17811
2021-03-31 537
2021-03-30 250
2021-03-29 290
2021-03-28 285
2021-03-27 271
2021-03-26 234
2021-03-25 211
2021-03-24 206
2021-03-23 235
2021-03-22 225
2021-03-21 181
2021-03-20 205
2021-03-19 259
2021-03-18 245
2021-03-17 237
2021-03-16 255
2021-03-15 304
2021-03-14 261
2021-03-13 252
2021-03-12 480
2021-03-11 209
2021-03-10 336
2021-03-09 261
2021-03-08 218
2021-03-07 167
2021-03-06 206
2021-03-05 232
2021-03-04 232
2021-03-03 288
2021-03-02 258
2021-03-01 268
2021-02-28 232
2021-02-27 216
2021-02-26 278
2021-02-25 489
2021-02-24 1714
2021-02-23 314
2021-02-22 290
2021-02-21 392
2021-02-20 458
2021-02-19 285
2021-02-18 345
2021-02-17 556
2021-02-16 239
2021-02-15 491
2021-02-14 320
2021-02-13 181
2021-02-12 196
2021-02-11 218
2021-02-10 277
2021-02-09 265
2021-02-08 269
2021-02-07 250
2021-02-06 470
2021-02-05 770
2021-02-04 494
2021-02-03 366
2021-02-02 371
2021-02-01 591
2021-01-31 346
2021-01-30 257
2021-01-29 271
2021-01-28 272
2021-01-27 256
2021-01-26 358
2021-01-25 253
2021-01-24 216
2021-01-23 242
2021-01-22 260
2021-01-21 232
2021-01-20 378
2021-01-19 322
2021-01-18 311
2021-01-17 269
2021-01-16 228
2021-01-15 267
2021-01-14 192
2021-01-13 230
2021-01-12 245
2021-01-11 368
2021-01-10 181
2021-01-09 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment