Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
- -FreeEngines-
-
100+ posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
If replit shuts down, you're most likely using it wrongly
- SepsisIdentifier
-
26 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
I would highly recommend refraining from using a file extension in a package name. The package name does not have to be the same as the file name. Plus, it just isn't as catchy. Also, not sure how good ‘Scratch3.py’ really sounds. I'd recommend a better name, no offense. Also to differentiate between it and Scratch 3.
I'm not sure if you know Python programming, but all Python files must end in a .py file extension.
Hi! I am SepsisIdentifier! I am a secondary school math, science and computing enthusiast. If you have any questions on scripts or advanced mathematics, I would be happy to answer them!
- only_dg
-
8 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
if @TimMcCool follows
me i will be crazy for 3 days (I DON'T THINK HE FOLLOWS ME)

- NFlex23
-
1000+ posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
(#63)He meant the PyPi package name itself (it's renamed now, but it used to be called Scratch3.py).I would highly recommend refraining from using a file extension in a package name. The package name does not have to be the same as the file name. Plus, it just isn't as catchy. Also, not sure how good ‘Scratch3.py’ really sounds. I'd recommend a better name, no offense. Also to differentiate between it and Scratch 3.
I'm not sure if you know Python programming, but all Python files must end in a .py file extension.


Sorry if I'm too serious sounding on the forums. I don't usually realize it until I've already posted.

My personal stickies:
Sticky: Aviate: create dynamic, component driven statuses on the fly (aviateapp.eu.org) by NFlex23 (New Posts)
Sticky: Scratch Tutorials — share your knowledge or learn something new with Scratchers worldwide by NFlex23 (New Posts)
Sticky: Possible random number overriding vulnerability that allows “cheating” by console by TWY_ (New Posts)
- uwv
-
100+ posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
(#63)are you sure about that?I would highly recommend refraining from using a file extension in a package name. The package name does not have to be the same as the file name. Plus, it just isn't as catchy. Also, not sure how good ‘Scratch3.py’ really sounds. I'd recommend a better name, no offense. Also to differentiate between it and Scratch 3.
I'm not sure if you know Python programming, but all Python files must end in a .py file extension.

i don't have issues i swear

- beyaer4
-
14 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
What?
- VIGARPAST_777
-
16 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
Can you made a python tutorial?
- ScratchTheCoder12345
-
100+ posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
- only_dg
-
8 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
now i have 692 followers if i have 7 followers more i have 700
- -FreeEngines-
-
100+ posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
you are exact, you do not need an .py file to execute it as an python file(#63)are you sure about that?I would highly recommend refraining from using a file extension in a package name. The package name does not have to be the same as the file name. Plus, it just isn't as catchy. Also, not sure how good ‘Scratch3.py’ really sounds. I'd recommend a better name, no offense. Also to differentiate between it and Scratch 3.
I'm not sure if you know Python programming, but all Python files must end in a .py file extension.
- MagicCrayon9342
-
1000+ posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
but giving it a txt extension can confuse a user, that's for sure.you are exact, you do not need an .py file to execute it as an python file(#63)are you sure about that?I would highly recommend refraining from using a file extension in a package name. The package name does not have to be the same as the file name. Plus, it just isn't as catchy. Also, not sure how good ‘Scratch3.py’ really sounds. I'd recommend a better name, no offense. Also to differentiate between it and Scratch 3.
I'm not sure if you know Python programming, but all Python files must end in a .py file extension.
no more useless information in my signature, instead a little fun fact.
this fact is not fun.
- -FreeEngines-
-
100+ posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
i never doubted that.
there is of course a reason file extensions exist at all, with the right content, you could open a .txt with microsoft word etc. but it makes it way easier telling what the file actually is used for
there is of course a reason file extensions exist at all, with the right content, you could open a .txt with microsoft word etc. but it makes it way easier telling what the file actually is used for
- uwv
-
100+ posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
(#73)file extensions are for people who know nothing about computers, personally i use .py for c++, .js for typescript, .ts for python and .cc for javascript
i never doubted that.
there is of course a reason file extensions exist at all, with the right content, you could open a .txt with microsoft word etc. but it makes it way easier telling what the file actually is used for
i don't have issues i swear

- aara007
-
38 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
This is TRUELY wonderful. Maybe in a few months, when I know python a BIT more, I'll use this!
- scratchyjimjam
-
69 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
im having an error with this code
import scratchattach as scratch3
import random as r
import time
session = scratch3.login(“scratchyjimjam”, “*********”)
while True:
number = str(r.randint(100,690000000))
project = session.connect_project(number)
print(number)
dijeudhwuidh = project.author
i get this error:
Traceback (most recent call last):
File “C:\Users\scrat\Videos\userfinder.py”, line 10, in <module>
dijeudhwuidh = project.author
AttributeError: ‘PartialProject’ object has no attribute ‘author’
?
import scratchattach as scratch3
import random as r
import time
session = scratch3.login(“scratchyjimjam”, “*********”)
while True:
number = str(r.randint(100,690000000))
project = session.connect_project(number)
print(number)
dijeudhwuidh = project.author
i get this error:
Traceback (most recent call last):
File “C:\Users\scrat\Videos\userfinder.py”, line 10, in <module>
dijeudhwuidh = project.author
AttributeError: ‘PartialProject’ object has no attribute ‘author’
?
Last edited by scratchyjimjam (May 14, 2022 09:36:24)
when green flag clicked
say [This is scratchyjimjam's signature] for (2) secs
-SCRATCHYJIMJAM-











- Winterstar_Official
-
20 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
haihai
- prateekpathak
-
77 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
Cool!
Last edited by prateekpathak (May 14, 2022 10:19:51)
when I receive [User is reading ]—————————————————————————
say [Everything you need to know is on my profile] for (2) secs
say [Nothing here!!]
say [Why are you still reading?] for (2) secs
click to play my best game !!!!!!
- MinecraftFan19283
-
24 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
*installs right away*


Last edited by MinecraftFan19283 (May 14, 2022 12:30:50)
- DerMeister2010
-
3 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)
Ich verstehe nicht wo man “pip install scratchattach” eingeben soll. Kannst du mir da vielleicht helfen?
⭐
- -wolfs
-
6 posts
scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)

Wolf god
- Discussion Forums
- » Advanced Topics
-
» scratchattach - A Scratch API wrapper for cloud interactions and more! (Python)