Extra studio API - Quantum-Codes/ScraGet GitHub Wiki

Will be released in 0.2.4

Studio Extra:

Only provided by Scratch. Didn't find what you were looking for? Search here. Still didn't get it? Make an Issue suggesting it.

Scratch:

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*

*Data:

For studio_extras.get_comments(30909939, count=1)

studio_extras.comments_response_object #raw response object
studio_extras.comments #list of comments

For studio_extras.get_projects(30909939, offset=0)

studio_extras.projects_response_object #raw response object
studio_extras.projects #list of projects
studio_extras.project_count #no of projects