-
Notifications
You must be signed in to change notification settings - Fork 0
Extra studio API
Ankit_Anmol edited this page Jan 19, 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)
print(studio_extras.project_count, studio_extras.follower_count) #print required info from data*studio_extras.messages_response_time
studio_extras.messages_response_object #raw response object
studio_extras.messages_status_code
studio_extras.messagesAny API you know not covered by this library? Any mistake in this wiki? Create an issue!
Have questions? Ask in the Q/A section!