It's not the same as Github script, however German site from the 1st post is online so there you can find deleted script.
If you want to use script in new Scribus just delete x in
for page in xrange(start, end):
line like this
for page in range(start, end):
.
Cheers.