96 一般ノルウェー市民 2020/02/03(月) 00:44:57.69 ID:ihH3o0of0
cat accounts.txt | while read acc ; do wget -qO- https://idtwi.com/search/$acc ; done | grep -Eo '//twitter\.com/intent/user\?user_id=[0-9]+' | while read url ; do echo "https:$url" ; done