Discuss Scratch

rexygames13
Scratcher
500+ posts

ScratchStats - Find the statistics of your favorite scratchers!

SSSouple wrote:

rexygames13 wrote:

It's a site that I probably can't release, due to Scratch guidelines by releasing stuff with a links with some slurs, and also bc I can't have it public, but I have my HTML though, it looks good,
Wait, how can your website have slurs?
I'm not releasing the site, it's a file– and I don't share the link at all. like I said it's priivate
DifferentDance8
Scratcher
1000+ posts

ScratchStats - Find the statistics of your favorite scratchers!

rexygames13 wrote:

It's a site that I probably can't release, due to Scratch guidelines by releasing stuff with a links with some slurs, and also bc I can't have it public, but I have my HTML though, it looks good,
i feel like the bigger problem here is that your site even has those in the first place
_WOFDOG_
Scratcher
100+ posts

ScratchStats - Find the statistics of your favorite scratchers!

Everything in the right coulum is displayed twice
SSSouple
Scratcher
48 posts

ScratchStats - Find the statistics of your favorite scratchers!

_WOFDOG_ wrote:

Everything in the right coulum is displayed twice
hmmmm thats odd… doesnt do that for me

perhaps provide a screenshot and paste the browser/operating system you're using?
rexygames13
Scratcher
500+ posts

ScratchStats - Find the statistics of your favorite scratchers!

DifferentDance8 wrote:

rexygames13 wrote:

It's a site that I probably can't release, due to Scratch guidelines by releasing stuff with a links with some slurs, and also bc I can't have it public, but I have my HTML though, it looks good,
i feel like the bigger problem here is that your site even has those in the first place
It's all censored, and also it's from a Reddit Post. So yeah- I get that, but no one knows the link, it's private.
rexygames13
Scratcher
500+ posts

ScratchStats - Find the statistics of your favorite scratchers!

Since this is something that Scratch may not like, I understand some people were uncomfortable with the blurred word, so I’ve removed it. I want to respect the Scratch community rules. It was from a private project and not meant to cause trouble.

Last edited by rexygames13 (July 30, 2025 16:03:05)

_WOFDOG_
Scratcher
100+ posts

ScratchStats - Find the statistics of your favorite scratchers!

SSSouple wrote:

_WOFDOG_ wrote:

Everything in the right coulum is displayed twice
hmmmm thats odd… doesnt do that for me

perhaps provide a screenshot and paste the browser/operating system you're using?
doesnt do that anymore
Maks_Tornado
Scratcher
3 posts

ScratchStats - Find the statistics of your favorite scratchers!

Leaving Scratch can happen suddenly, so follow me on the ScratchStats forum
bY [HI] for (2) secs mOTION
[/s]
rexygames13
Scratcher
500+ posts

ScratchStats - Find the statistics of your favorite scratchers!

Maks_Tornado wrote:

Leaving Scratch can happen suddenly, so follow me on the ScratchStats forum
bY [HI] for (2) secs mOTION
[/s][/quote]
What are you talking about?
SSSouple
Scratcher
48 posts

ScratchStats - Find the statistics of your favorite scratchers!

bump
snoopythe3
Scratcher
500+ posts

ScratchStats - Find the statistics of your favorite scratchers!

SSSouple wrote:

~snip~

Q: Why don't you add user follower count
A: Scratch has an inefficient system which does not have an endpoint for simply the follower count. Instead the inefficient solution would be fetch:
api.scratch.mit.edu/users/griffpatch/followers

Which returns the first 20 of @griffpatch's followers which also returns the data for the users as well. You can use as an example ‘?offset=21’ to get the next 20. Then after we continue grabbing more users, we offset it by 21 each time. Before then finally getting the length of the jsons in the array. As you can imagine this will be a problem, assuming @griffpatch has approx. 600k followers, we'd have to make nearly 30,000 API requests for just one user! This is the reason why I have not implemented follower count yet. Please let me know if there are any better methods out there!

Just use scratchattach, it has a function that pulls the follower count.
kRxZy_kRxZy
Scratcher
1000+ posts

ScratchStats - Find the statistics of your favorite scratchers!

snoopythe3 wrote:

Just use scratchattach, it has a function that pulls the follower count.
It wont work CloudFlare pages doesn't support python servers.
You will have to use an app with endpoints so the frontend will communicate with backend. The scratchattach will have to be hosted on Severless Functions.

It will be much easier just fetching follower count through the api by changing the parameters each time. That's how scratchattach fetches
rexygames13
Scratcher
500+ posts

ScratchStats - Find the statistics of your favorite scratchers!

kRxZy_kRxZy wrote:

snoopythe3 wrote:

Just use scratchattach, it has a function that pulls the follower count.
It wont work CloudFlare pages doesn't support python servers.
You will have to use an app with endpoints so the frontend will communicate with backend. The scratchattach will have to be hosted on Severless Functions.

It will be much easier just fetching follower count through the api by changing the parameters each time. That's how scratchattach fetches
however, cloudflare supports frontend Javascript I believe,
Draked12
Scratcher
100+ posts

ScratchStats - Find the statistics of your favorite scratchers!

SSSouple wrote:

2. I'd be glad to! Have any suggestions for the rename?
Maybe “SUSUS 2006” (Scratch User Stats Unofficial Site 2006) because It's not official, It's about user stats, its a site and is decorated like 2006 Scratch.

Last edited by Draked12 (Oct. 6, 2025 18:34:00)

_mewotime_
Scratcher
74 posts

ScratchStats - Find the statistics of your favorite scratchers!

SSSouple wrote:

I made a little neat scratch user statistics site that you can find here!
https://scratchstats.pages.dev

Feel free to suggest any potential ideas or improvements you would like to see on the site!

Q&A:
Q: Why don't you add user follower count
A: Scratch has an inefficient system which does not have an endpoint for simply the follower count. Instead the inefficient solution would be fetch:
api.scratch.mit.edu/users/griffpatch/followers

Which returns the first 20 of @griffpatch's followers which also returns the data for the users as well. You can use as an example ‘?offset=21’ to get the next 20. Then after we continue grabbing more users, we offset it by 21 each time. Before then finally getting the length of the jsons in the array. As you can imagine this will be a problem, assuming @griffpatch has approx. 600k followers, we'd have to make nearly 30,000 API requests for just one user! This is the reason why I have not implemented follower count yet. Please let me know if there are any better methods out there!

Example:
idk how it works
imoliver16
Scratcher
15 posts

ScratchStats - Find the statistics of your favorite scratchers!

yo so cool.

Powered by DjangoBB