MWE:
reddit-user-to-sqlite user guepier
sqlite3 reddit.db <<<'select score from comments where id = "jnk8vt6";'
Which shows the output 1. However, in reality the corresponding comment has approximately 8 upvotes.
I didn’t check any other scores to see how widespread the issue is. I realise that Reddit shows random scores to frustrate score gaming, but as far as I am aware the difference between the displayed and the actual score is at most a few points (1? 2?), not 7, as here.
MWE:
Which shows the output
1. However, in reality the corresponding comment has approximately 8 upvotes.I didn’t check any other scores to see how widespread the issue is. I realise that Reddit shows random scores to frustrate score gaming, but as far as I am aware the difference between the displayed and the actual score is at most a few points (1? 2?), not 7, as here.