FluffyScratch
FluffyScratch copied to clipboard
Use comment API instead of cloud data
Currently, new scratchers cannot log in due to them not being able to use cloud variables. An alternative is to use the comment API because new scratchers have the ability to comment. I would only worry about scratch censoring the numbers, which they do for 10 digit numbers. I would program this myself, but it's hard to see how everything navigates here.
Maybe all non-numeric characters should be stripped from the comment when it's being processed so even if the filter would pick up something like
12345678
the comment author could type
123adhasldjasdha456eihhdehadhhwhad78
and it would work fine
Hello all, I'm pretty busy this week as it is the end of the quarter at my school. I'll implement this change soon :tm: adopting @CubeyTheCube's idea for using alpha-numeric characters
it's hard to see how everything navigates here.
I don't blame you, the queue system I had to implement would certainly be rather confusing if you didn't know what you were lookng at
Got it... thanks for the updates.