-
Notifications
You must be signed in to change notification settings - Fork 0
Studio API
Ankit_Anmol edited this page Aug 31, 2021
·
4 revisions
You can get User data from both Scratch and ScratchDB
from ScraGet import ScraGet #import package
user = ScraGet.get_user() #create object
user.updateScratch("griffpatch") #update data
print(user.id) #print required info from data*
Scratch DB doesn't support studios currently
Any API you know not covered by this library? Any mistake in this wiki? Create an issue!
Have questions? Ask in the Q/A section!