Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python scratch cloud variabelen

import requests
project_id = #id here
url = f'https://clouddata.scratch.mit.edu/logs?projectid={project_id}&limit=40&offset=0'
response = requests.get(url)
print(response.text)
Source by scratch.mit.edu #
 
PREVIOUS NEXT
Tagged: #python #scratch #cloud #variabelen
ADD COMMENT
Topic
Name
7+7 =