-
Notifications
You must be signed in to change notification settings - Fork 0
Frontpage API
Ankit_Anmol edited this page Sep 3, 2021
·
4 revisions
You can get User data from both Scratch and ScratchDB
from ScraGet import ScraGet #import package
frontpage = ScraGet.get_frontpage() #create object
frontpage.updateScratch() #update data. NO ARGUEMENT GOES IN THE FUNCTION
print(frontpage.top_loved) #print required info from data*
frontpage.new_projects
frontpage.top_remixed
frontpage.design_studio
frontpage.curated_projects
frontpage.featured_studios
frontpage.top_loved
frontpage.featured_projects
ScratchDB doesn't support website frontpage API 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!