halloween - 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 --- halloween (364B) --- 1 #!/bin/sh 2 3 export PATH="/home/annna/bin:$PATH" 4 halloweenbase="/home/annna/bin/modules/halloween" 5 hchar="$(shuf -n 1 $halloweenbase/character.txt)" 6 hmood="$(shuf -n 1 $halloweenbase/mood.txt)" 7 hdo="$(printf "trick\ntreat\n" | shuf -n 1)" 8 9 gpt "You are going to scare ${hdo} the user on Halloween in the style of talking ${hmood} ${hchar}. Please be really scary." 10