-
Notifications
You must be signed in to change notification settings - Fork 0
Cloud API
Ankit_Anmol edited this page Dec 14, 2021
·
25 revisions
You can request Cloud data from Scratch API only.
from ScraGet import ScraGet #import the package
data = ScraGet.get_cloud_data() #create a class
data.updateScratch("431041540",limit="10",offset="0") #update data
print(data.cloud_data) #print required infodata.cloud_data #yes. That's it. 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!