Yes, so I built this: https://github.com/sebinsua/scrape-twitter#get-likes …
$ scrape-twitter likes tcjfs > tcjfs-likes.json $ cat tcjfs-likes.json | jq -r 'map(select(.text | contains("trust"))) | .[].text'
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
$ scrape-twitter likes tcjfs > tcjfs-likes.json $ cat tcjfs-likes.json | jq -r 'map(select(.text | contains("trust"))) | .[].text'