If the blocklist is a simple text file with one instance domain per line, you can just run
cat blocklist.txt | while read url ; do snac block $SNAC_BASEDIR $url ; doneand call it a day.