Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » HELP WITH SCRATCH API
- kub2019
-
Scratcher
17 posts
HELP WITH SCRATCH API
Who knows how to use the scratch API to write a comment in a profile/studio?
Thank you in advance
Thank you in advance
when green flag clicked
help please
- MinecraftScratch3
-
Scratcher
30 posts
HELP WITH SCRATCH API
You can use scratchattach by @TimMcCool:
You'll need to download and install Python (https://www.python.org/downloads/).
Then, after installing it, you'll need to open the Command Prompt (Windows) or Terminal (macOS and Linux), and run this command by writing or copying and pasting it and pressing enter: pip install -U scratchattach
This will install scratchattach.
I can't post the code to comment on profiles here, but you can see the documentation about scratchattach here: https://pypi.org/project/scratchattach/
You'll need to download and install Python (https://www.python.org/downloads/).
Then, after installing it, you'll need to open the Command Prompt (Windows) or Terminal (macOS and Linux), and run this command by writing or copying and pasting it and pressing enter: pip install -U scratchattach
This will install scratchattach.
I can't post the code to comment on profiles here, but you can see the documentation about scratchattach here: https://pypi.org/project/scratchattach/
- kub2019
-
Scratcher
17 posts
HELP WITH SCRATCH API
You can use scratchattach by @TimMcCool:Thank you very much
You'll need to download and install Python (https://www.python.org/downloads/).
Then, after installing it, you'll need to open the Command Prompt (Windows) or Terminal (macOS and Linux), and run this command by writing or copying and pasting it and pressing enter: pip install -U scratchattach
This will install scratchattach.
I can't post the code to comment on profiles here, but you can see the documentation about scratchattach here: https://pypi.org/project/scratchattach/
- MinecraftScratch3
-
Scratcher
30 posts
HELP WITH SCRATCH API
You're welcome!You can use scratchattach by @TimMcCool:Thank you very much
You'll need to download and install Python (https://www.python.org/downloads/).
Then, after installing it, you'll need to open the Command Prompt (Windows) or Terminal (macOS and Linux), and run this command by writing or copying and pasting it and pressing enter: pip install -U scratchattach
This will install scratchattach.
I can't post the code to comment on profiles here, but you can see the documentation about scratchattach here: https://pypi.org/project/scratchattach/
- GarbagePanda
-
Scratcher
100+ posts
HELP WITH SCRATCH API
Sorry, one can NOT use the API to write comments, or do other actions such as liking and following.
- Discussion Forums
- » Help with Scripts
-
» HELP WITH SCRATCH API