Discuss Scratch

PoIygon
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)



Visualize is the greatest Studio Searcher that displays the latest Comments and Stats of any Studio on scratch.mit.edu

FAQ:

How Can I Search Up Studios?
Click on “Search” or “Try Now!” on the homepage and get the Studio ID for the Studio you want to Search up!

Why Isn't Anything Showing Up?
Its either your using the whole URL instead of the number in the URL (The Studio ID) or you just need to wait for a bit so everything else can load.

If you want to feature a Studio on the homepage then click this link to get access to the form.
MagicCrayon9342
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

You might want to add these features

Search by name
Search by ID range
MagicCrayon9342
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

What's the github repo I'd like to do some grammar correction.
PoIygon
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

MagicCrayon9342 wrote:

What's the github repo I'd like to do some grammar correction.
GitHub repo: https://github.com/VisualizeSearch/VisualizeSearch.github.io
scratchusername40
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

this looks pretty cool
PoIygon
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

scratchusername40 wrote:

this looks pretty cool
Thank you!

Also since we’re using chiroyce’s cors proxy thing now you can search up studios and get results faster
ajsya
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

It's not working for me. The data just won't load when I put in the studio id.
PoIygon
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

ajsya wrote:

It's not working for me. The data just won't load when I put in the studio id.
Probably because chiroyce’s cors proxy is down.
PoIygon
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

SITE OVERHAUL
Now visualise has a glasmorphic design!

Background blur does not work on Firefox but it still looks great!
god286
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

You could host your own cors proxy, or even better, your own API on replit. Then if Chiroyce doesn't manage the CORS proxy, or if something else happens like if it goes offline, then you can.
PoIygon
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

god286 wrote:

You could host your own cors proxy, or even better, your own API on replit. Then if Chiroyce doesn't manage the CORS proxy, or if something else happens like if it goes offline, then you can.
No
mbrick2
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

Rebel
scratchusername40
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

PoIygon wrote:

(#11)

god286 wrote:

You could host your own cors proxy, or even better, your own API on replit. Then if Chiroyce doesn't manage the CORS proxy, or if something else happens like if it goes offline, then you can.
No
literally all you have to do is press the fork button then the run button then use epic pinger to make it not shut down
LegoManiac04
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

scratchusername40 wrote:

literally all you have to do is press the fork button then the run button then use epic pinger to make it not shut down
What I've done is I ping my Fork with curl via a Github Workflow that runs every 10 minutes.
It seems to be a viable option to keep repls up too ^^

Last edited by LegoManiac04 (April 17, 2022 22:30:10)

kccuber
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

LegoManiac04 wrote:

scratchusername40 wrote:

literally all you have to do is press the fork button then the run button then use epic pinger to make it not shut down
What I've done is I ping my Fork with curl via a Github Workflow that runs every 10 minutes.
It seems to be a viable option to keep repls up too ^^
How did you do that? Which curl command did you use? How many minutes of private Actions time did you use up so far?
LegoManiac04
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

kccuber wrote:

LegoManiac04 wrote:

scratchusername40 wrote:

literally all you have to do is press the fork button then the run button then use epic pinger to make it not shut down
What I've done is I ping my Fork with curl via a Github Workflow that runs every 10 minutes.
It seems to be a viable option to keep repls up too ^^
How did you do that? Which curl command did you use? How many minutes of private Actions time did you use up so far?
Here, it's public, so I don't have to deal with that issue :P
I had it randomly failing twice or so, hence why I addes the –retry thing, though I'm unsure if it makes a difference since it's been fine ¯\_(ツ)_/¯

Replits go to sleep I believe 30 minutes after their last request, so by curl-ing it you are “requesting” it, therefore it stays awake. Since scheduled Github Workflows can be quite off/delayed on timing, I wouldn't set it to go any more than every 15 minutes.
Depending how busy the Actions servers are, it may be super delayed and therefore not keep it awake, though so far that's happened only a bit this evening.

Last edited by LegoManiac04 (April 18, 2022 03:25:53)

9gr
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

Sadly its still not a searcher as you cannot type in abstract numbers/text randomly and get the wanted result
9gr
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

scratchusername40 wrote:

(#13)

PoIygon wrote:

(#11)

god286 wrote:

You could host your own cors proxy, or even better, your own API on replit. Then if Chiroyce doesn't manage the CORS proxy, or if something else happens like if it goes offline, then you can.
No
literally all you have to do is press the fork button then the run button then use epic pinger to make it not shut down
epic pinger, oh god its still alive oh god

after i finish forge-example-mod ill try to update epic-pinger anyways
Chiroyce
Scratcher
1000+ posts

Visualize: The Best Website for Studio Stats™ (Visualize.eu.org)

9gr wrote:

epic pinger, oh god its still alive oh god

after i finish forge-example-mod ill try to update epic-pinger anyways
lol i actually use it for most of my repls, thanks for making that. its crazy how its still up after all these months! XD

Powered by DjangoBB