Minor bug report:
If I enter a six digit story ID I get the error
Code:
Invalid story ID (should be a 7-digit number).
But that's not true, there are certainly six digit IDs and probably shorter ones as well. It's solvable by padding the ID with a zero at the start though.