User talk:TNT/News
Jump to navigation
Jump to search
To fetch this automatically, you can use something like this on a Unix system (you may have to install lynx and/or sed):
# lynx -dump -nolist "https://nethackwiki.com/wiki/User:TNT/News?action=render" | sed -e 's/* Older news...//'> NEWS
The sed command is just to strip the "Older news" text from the template.
A cron job can do this for you every 24 hours.