this-city-does-not-exist - 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
---
this-city-does-not-exist (168B)
---
1 #!/bin/sh
2
3 curl -s http://thiscitydoesnotexist.com/ \
4 | xml2tsv 2>/dev/null \
5 | grep center/img \
6 | sed 's,.*src=\.\([^\t]*\).*,http://thiscitydoesnotexist.com\1,'
7