ScratchData LogoScratchData
Back to banddans's profile

This project's stats

BAbanddans•Created April 24, 2023
This project's stats
316
228
1156 views
View on Scratch

Instructions

CHECKOUT THIS: https://turbowarp.org/846847536?fps=60&hqpen&size=640x360&limitless or https://scratch.mit.edu/projects/846847536/ PLEASE DON'T ADVERTISE Click the green flag. Try to heart and star, it will update in max 4 seconds. The python code is here: print("Importing scratchattach...") from scratchattach import Encoding import scratchattach as scratch3 print("Connecting to cloud variable server...") session = scratch3.Session((my session id is secret), username = "banddans") conn = session.connect_cloud("839935180") client = scratch3.CloudRequests(conn) print("Connected!") @client.request def get_stats(): print("Got request") project_data = [] project = session.connect_project("839935180") project_data.append(project.loves) project_data.append(project.favorites) project_data.append(project.remix_count) project_data.append(project.views) return project_data @client.event def on_ready(): print("Request handler is running!") client.run()

Description

Big thanks to @TimMcCool for scratchattach and the "Cloud Requests" sprite. Thanks to @-Rex- for the awesome PTE (Pen text engine)! Remixes of this project won't work... I like that i still added a remix counter :P

Project Details

Project ID839935180
CreatedApril 24, 2023
Last ModifiedJune 27, 2023
SharedApril 26, 2023
Visibilityvisible
CommentsAllowed