Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Scratch API Cloud Variables?
- septicorn
-
6 posts
Scratch API Cloud Variables?
Hello,
Is there a way to get the data stored in cloud variables using the Scratch API or some other method?
Is there a way to get the data stored in cloud variables using the Scratch API or some other method?
- IcyCoder
-
1000+ posts
Scratch API Cloud Variables?
Yes you can use a python and nodejs library made fo that I forget the links
- jokebookservice1
-
1000+ posts
Scratch API Cloud Variables?
If you only need the value every so often, try
for example,
https://scratch.mit.edu/varserver/117103601
Otherwise, as @IcyCoder said, people have written libraries in Python and Node.js to reverse engineer the way Scratch streams cloud data. Here are the repos on GitHub:
Python version credit to Dylan5797
(I cannot find the Node.js version yet)
https://scratch.mit.edu/varserver/<proectID>
for example,
https://scratch.mit.edu/varserver/117103601
Otherwise, as @IcyCoder said, people have written libraries in Python and Node.js to reverse engineer the way Scratch streams cloud data. Here are the repos on GitHub:
Python version credit to Dylan5797
(I cannot find the Node.js version yet)
Last edited by jokebookservice1 (Nov. 6, 2016 18:06:50)
- tt_thoma
-
100+ posts
Scratch API Cloud Variables?
(#3)The link leads to 404
If you only need the value every so often, tryhttps://scratch.mit.edu/varserver/<proectID>
for example,
https://scratch.mit.edu/varserver/117103601
(I cannot find the Node.js version yet)
- Chiroyce
-
1000+ posts
Scratch API Cloud Variables?
Use this now - The link leads to 404https://clouddata.scratch.mit.edu/logs?projectid={project_id}&limit=100&offset=0. And also don't necropost.
- Discussion Forums
- » Advanced Topics
-
» Scratch API Cloud Variables?