APIとmecabを使った遊び方一例だよ
% curl -s "https://mstdn.f72u.net/api/v1/timelines/public?limit=40" | jq -r '.[].content' |sed -e 's/<a.*<\/a>//g' | sed -e 's/<[^>]*>//g' | sed -e 's/:.*://g' | mecab -d /usr/local/lib/mecab/dic/mecab-ipadic-neologd | awk -F ',' '{print $1,$2}' | awk '{if($2=="名詞" && $3!="非自立") print $1}' | sort | uniq -c | sort -n | tail -n10
#theboss_tech
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.