-
Notifications
You must be signed in to change notification settings - Fork 0
Extra studio API
Ankit_Anmol edited this page Jan 20, 2022
·
12 revisions
Will be released in 0.2.4
Only provided by Scratch.
Didn't find what you were looking for? Search here. Still didn't get it? Make an Issue suggesting it.
from ScraGet import ScraGet #import package
studio_extras = ScraGet.studio_extras() #create object
studio_extras.get_projects(30909939,offset=0) #gets a list of projects the user made
studio_extras.get_comments(30909939,count=2) #gets a list of comments of the studio
print(studio_extras.project_count, studio_extras.follower_count) #print required info from data*
studio_extras.comments_response_object #raw response object
studio_extras.comments #list of comments
studio_extras.projects_response_object #raw response object
studio_extras.projects #list of projects
studio_extras.project_count #no of projects
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!