Last active
November 28, 2016 16:45
-
-
Save edsu/ecac53398bc3213b2a2088374dcc6b28 to your computer and use it in GitHub Desktop.
get trending hashtags on the command line with twarc and jq....
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% twarc trends 2514815 | jq -r '[.tweet_volume, .name|tostring] | join(": ")' - | sort -rn | less | |
6707239: #AMAs | |
757117: Kanye | |
744616: #ALDUBHeOrShe | |
533968: #SurvivorSeries | |
480637: Hamilton | |
292771: Fillon | |
206184: Gigi | |
127754: Nicki | |
126023: #TheWalkingDead | |
113868: Green Day | |
110559: Packers | |
84276: #BALvsDAL | |
82298: #StandingRock | |
64138: #HTTR | |
45429: #NASCAR | |
33028: Charlie Strong | |
32750: Kabul | |
29869: #PHIvsSEA | |
21264: #NameAPenceMusical | |
19664: #FelizLunes | |
15435: #HolidayDinnerIn3Words | |
12652: #xfactorau | |
null: Whites Creek | |
null: We're LIVE ON-AIR | |
null: Niall and Shawn | |
null: Holy Year of Mercy | |
null: Heil Victory | |
null: Gladstone | |
null: Flora | |
null: Azteca Stadium | |
null: #clttraffic | |
null: #bfc530 | |
null: #WoHIT | |
null: #WestworldHBO | |
null: #WatchWBTV |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment