whatsapp - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
whatsapp (315B)
---
1 #!/bin/sh
2
3 printf "abcdefghijklmnopqrstuvwxyz" \
4 | sed 's,\(.\),\1\n,g' \
5 | shuf -n 1 \
6 | xargs -n 1 printf "https://maedevu.maemo.org/pkgweb/search?q=%s\n" \
7 | xargs -n 1 curl -s \
8 | xml2tsv 2>/dev/null \
9 | grep href \
10 | sed 's,.*href=\([^\t]*\)\t\(.*\),\2 ( https://maedevu.maemo.org\1 ),' \
11 | shuf -n 1
12