Frontpage API - Quantum-Codes/ScraGet GitHub Wiki
User:
You can get User data from both Scratch and ScratchDB
Scratch:
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*
*Data:
frontpage.new_projects
frontpage.top_remixed
frontpage.design_studio
frontpage.curated_projects
frontpage.featured_studios
frontpage.top_loved
frontpage.featured_projects
ScratchDB:
ScratchDB doesn't support website frontpage API currently...