MrFebtober
Well-Known Member
LOL, yeah, good luck with selling a sun tanning tool to the basement dwellers that likely make up most of the wooter population.
34% left, seems like all their items this wootoff have been neverending
usually the crap they have sells fast because they only have a few of them
#!/bin/bash
clear
echo -n "Retreiving woot..."
wget -q -O/tmp/woot.com http://www.woot.com
echo -e "done.\n"
awk '/"TitleHeader"/' /tmp/woot.com | sed 's/<[^>]*>//g;s/^[ \t]*//;s/[ \t]*$//'
awk '/"PriceSpan"/' /tmp/woot.com | sed 's/<[^>]*>//g;s/^[ \t]*//;s/[ \t]*$//'
rm /tmp/woot.com
echo
Bash script for getting today's woot:
...
Remind me when there's a woot-off, and I'll include the percent left as well as a loop/update option.