test this by sending a comment on griffpatch's profile then checking back here. (barely active) Running locally on my computer. Not using replit to keep this up. code: import scratchattach as scratch3 from time import sleep session = scratch3.login("Guest_102233", [PASSWORD]) conn = session.connect_cloud(project_id="693584263") user = scratch3.get_user("Griffpatch") while True: conn.set_var("thing", user.message_count()) sleep(3)
TimMcCool for scratchattach