Discuss Scratch

MooMoo5678star
Scratcher
39 posts

scratchattach - A Scratch API wrapper (Python)

sorehaikenaine wrote:

MooMoo5678star wrote:

sorehaikenaine wrote:

hello!


when green flag clicked
say [:)] for (2) secs
change [your followers v] by (1)
interesting!


lol because I followed you

my main profile:@MooMoo5678star




when green flag clicked
say (cool)
sorehaikenaine
Scratcher
69 posts

scratchattach - A Scratch API wrapper (Python)

MooMoo5678star wrote:

sorehaikenaine wrote:

MooMoo5678star wrote:

sorehaikenaine wrote:

hello!


when green flag clicked
say [:)] for (2) secs
change [your followers v] by (1)
interesting!


lol because I followed you
when I receive [MooMoo5678star]
repeat (MooMoo5678star)
forever
say [thank you!]
end
end
You are amazing!

Last edited by sorehaikenaine (June 3, 2022 04:00:38)


youtubeやってます。チャンネル登録してくれたら嬉しいです
僕のおすすめ作品はこれです!
私のプロジェクト宣伝場所!
。゚.o。(σ◕‿◕)σ【よろしくね~!】
sorehaikenaine
Scratcher
69 posts

scratchattach - A Scratch API wrapper (Python)

fluo1234 wrote:

sorehaikenaine wrote:

How can @TimMcCool save and share large amounts of scratch data?
In my case, I can't save a project in about 700 blocks. How can I save and share a large amount of data?
i think thats just scratch and you're just hitting the json limit
thank you!

youtubeやってます。チャンネル登録してくれたら嬉しいです
僕のおすすめ作品はこれです!
私のプロジェクト宣伝場所!
。゚.o。(σ◕‿◕)σ【よろしくね~!】
MooMoo5678star
Scratcher
39 posts

scratchattach - A Scratch API wrapper (Python)

sorehaikenaine wrote:

MooMoo5678star wrote:

sorehaikenaine wrote:

MooMoo5678star wrote:

sorehaikenaine wrote:

hello!


when green flag clicked
say [:)] for (2) secs
change [your followers v] by (1)
interesting!


lol because I followed you
when I receive [MooMoo5678star]
repeat (MooMoo5678star)
forever
say [thank you!]
end
end
You are amazing!


my main profile:@MooMoo5678star




when green flag clicked
say (cool)
MooMoo5678star
Scratcher
39 posts

scratchattach - A Scratch API wrapper (Python)

when green flag clicked
say[follow sorehaikenaine]

my main profile:@MooMoo5678star




when green flag clicked
say (cool)
sorehaikenaine
Scratcher
69 posts

scratchattach - A Scratch API wrapper (Python)

when I receive [MooMoo5678star]
go to [MooMoo5678star Profile]
set [MooMoo5678star v] to (☁ follow)
forever
follow MooMoo5678star
end

Last edited by sorehaikenaine (June 3, 2022 05:19:53)


youtubeやってます。チャンネル登録してくれたら嬉しいです
僕のおすすめ作品はこれです!
私のプロジェクト宣伝場所!
。゚.o。(σ◕‿◕)σ【よろしくね~!】
MooMoo5678star
Scratcher
39 posts

scratchattach - A Scratch API wrapper (Python)

sorehaikenaine wrote:

when green flag clicked
forever
say [follow MooMoo5678star!]
end




my main profile:@MooMoo5678star




when green flag clicked
say (cool)
Scratcheurs_54
Scratcher
11 posts

scratchattach - A Scratch API wrapper (Python)

il_GG
Scratcher
31 posts

scratchattach - A Scratch API wrapper (Python)

-FreeEngines- wrote:

SubscribeToZadpi wrote:

I don't know if i'm just stupid or something, but when I type pip install scratchattach to Python it says an error
you most likely dont have pip installed
to install scratchattach you musst tipe pip install scratchattach into the terminal open it whit ctrl+alt+t
fluo1234
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (Python)

wait you can send cloud data to other projects. hmm that might create some interesting multiplayer games that is across projects

for example when a cloud variable is changed you can send that data to another project

do you need he- nvm

I wrote:

ok
something
-FreeEngines-
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (Python)

fluo1234 wrote:

wait you can send cloud data to other projects. hmm that might create some interesting multiplayer games that is across projects

for example when a cloud variable is changed you can send that data to another project
oh, i havent actualy thoughtout that point. but you are right actually
MooMoo5678star
Scratcher
39 posts

scratchattach - A Scratch API wrapper (Python)

Scratcheurs_54 wrote:


when green flag clicked
say [wut] for (2) secs

my main profile:@MooMoo5678star




when green flag clicked
say (cool)
TimMcCool
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (Python)

fluo1234 wrote:

wait you can send cloud data to other projects. hmm that might create some interesting multiplayer games that is across projects

for example when a cloud variable is changed you can send that data to another project
Yup. This can also be used to sync turbowarp and scratch cloud variables, I did that a few months ago

Developer of scratchattach, the most popular Python Scratch API wrapper
MooMoo5678star
Scratcher
39 posts

scratchattach - A Scratch API wrapper (Python)

TimMcCool wrote:

fluo1234 wrote:

wait you can send cloud data to other projects. hmm that might create some interesting multiplayer games that is across projects

for example when a cloud variable is changed you can send that data to another project
Yup. This can also be used to sync turbowarp and scratch cloud variables, I did that a few months ago



hi!

my main profile:@MooMoo5678star




when green flag clicked
say (cool)
TimMcCool
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (Python)

What out of these features would you like to see in scratchattach?

a) an image encoder / decoder that converts images to a list of hex color values
b) a CloudStorage class that allows storing data through cloud variables and import / export the database as dict
c) a Sprite class that allows working with the sprites of scratch projects

Developer of scratchattach, the most popular Python Scratch API wrapper
MooMoo5678star
Scratcher
39 posts

scratchattach - A Scratch API wrapper (Python)

TimMcCool wrote:

What out of these features would you like to see in scratchattach?

a) an image encoder / decoder that converts images to a list of hex color values
b) a CloudStorage class that allows storing data through cloud variables and import / export the database as dict
c) a Sprite class that allows working with the sprites of scratch projects


c

my main profile:@MooMoo5678star




when green flag clicked
say (cool)
MooMoo5678star
Scratcher
39 posts

scratchattach - A Scratch API wrapper (Python)

Esben_Flavogle wrote:

when green flag clicked
change [Timmccools follows v] by (100000)

TY SO MUCH FOR MAKING THIS

bruh

my main profile:@MooMoo5678star




when green flag clicked
say (cool)
Amos0126
Scratcher
12 posts

scratchattach - A Scratch API wrapper (Python)

TimMcCool wrote:

(#579)
What out of these features would you like to see in scratchattach?

a) an image encoder / decoder that converts images to a list of hex color values
b) a CloudStorage class that allows storing data through cloud variables and import / export the database as dict
c) a Sprite class that allows working with the sprites of scratch projects

All of them.
fluo1234
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (Python)

TimMcCool wrote:

What out of these features would you like to see in scratchattach?

a) an image encoder / decoder that converts images to a list of hex color values
b) a CloudStorage class that allows storing data through cloud variables and import / export the database as dict
c) a Sprite class that allows working with the sprites of scratch projects
all

do you need he- nvm

I wrote:

ok
something
Nigthmare_27
Scratcher
37 posts

scratchattach - A Scratch API wrapper (Python)

TimMcCool wrote:

What out of these features would you like to see in scratchattach?

a) an image encoder / decoder that converts images to a list of hex color values
b) a CloudStorage class that allows storing data through cloud variables and import / export the database as dict
c) a Sprite class that allows working with the sprites of scratch projects
The b. I made my own image encoder for a pfp, although that would be cool too.

Last edited by Nigthmare_27 (June 4, 2022 07:26:01)

Powered by DjangoBB