Discuss Scratch

Funtoot_BG
Scratcher
3 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

I found that pip install scratchattach doesn't work for me, so if you have that problem then try py -m pip install scratchattach.
MagicCrayon9342
Scratcher
1000+ posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

Funtoot_BG wrote:

I found that pip install scratchattach doesn't work for me, so if you have that problem then try py -m pip install scratchattach.
What OS do you use? on Windows, pip is in path by default. As with linux, pip should be installed by default. Same thing with MacOS right?

Is ScratchDB down? Find out!
-FreeEngines-
Scratcher
100+ posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

MagicCrayon9342 wrote:

Funtoot_BG wrote:

I found that pip install scratchattach doesn't work for me, so if you have that problem then try py -m pip install scratchattach.
What OS do you use? on Windows, pip is in path by default. As with linux, pip should be installed by default. Same thing with MacOS right?
no, pip isnt installed on windows lol
MagicCrayon9342
Scratcher
1000+ posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

-FreeEngines- wrote:

MagicCrayon9342 wrote:

Funtoot_BG wrote:

I found that pip install scratchattach doesn't work for me, so if you have that problem then try py -m pip install scratchattach.
What OS do you use? on Windows, pip is in path by default. As with linux, pip should be installed by default. Same thing with MacOS right?
no, pip isnt installed on windows lol
Not by default, should of phrased that better. The Python installer installs pip as well, and adds it to the PATH.

Is ScratchDB down? Find out!
TimMcCool
Scratcher
100+ posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

KROKOBIL wrote:

BUG:

In every comment function you use:
if len(response) != 40:
    break
It should be:
if len(r) == 0:
    break
(or something like this - response is not defined)

Please change this!
Fixed, sorry for the inconvenience. Update scratchattach.

My profile / Mein Profil: @TimMcCool
holybird3
Scratcher
15 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

Cool!
Loganmcc04
Scratcher
95 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

Hey, so I'm trying to make a scratchattach message count project, but the code keeps stopping even with UptimeRobot. Is they anyway to fix this without the hacker subscription?




Albert Einstein wrote:

You should play GMOD Nextbots today!
Pikurin
Scratcher
10 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

Sometimes the event that is called when a cloud variable changes does not respond.

アニメ作ってます!
全話が今すぐ観れるスタジオはこちら!!

say [フォロワー5K突破!]
say[ありがとう!!]
Loganmcc04
Scratcher
95 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

Pikurin wrote:

Sometimes the event that is called when a cloud variable changes does not respond.

It does, it just shuts off after a while. Really hurts my brain.



Albert Einstein wrote:

You should play GMOD Nextbots today!
Pikurin
Scratcher
10 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)


Loganmcc04 wrote:

Pikurin wrote:

Sometimes the event that is called when a cloud variable changes does not respond.

It does, it just shuts off after a while. Really hurts my brain.
Well … what should I do?

アニメ作ってます!
全話が今すぐ観れるスタジオはこちら!!

say [フォロワー5K突破!]
say[ありがとう!!]
-Golden-Finch-
Scratcher
7 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

Sounds amazing



Loganmcc04
Scratcher
95 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

Pikurin wrote:

Loganmcc04 wrote:

Pikurin wrote:

Sometimes the event that is called when a cloud variable changes does not respond.

It does, it just shuts off after a while. Really hurts my brain.
Well … what should I do?
Not sure, I'm kinda at a dead end though.



Albert Einstein wrote:

You should play GMOD Nextbots today!
-Golden-Finch-
Scratcher
7 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

wish I had python



Loganmcc04
Scratcher
95 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

-Golden-Finch- wrote:

wish I had python
https://replit.com/ contains Python online.

Last edited by Loganmcc04 (May 31, 2022 08:52:39)




Albert Einstein wrote:

You should play GMOD Nextbots today!
Game_Deluxe_Studios
Scratcher
1 post

scratchattach - A Scratch API wrapper | v1.0 released (Python)

All of these are good possibilities
-FreeEngines-
Scratcher
100+ posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

-Golden-Finch- wrote:

wish I had python
install it?
smokescreenx5
Scratcher
6 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

when green flag clicked
show variable [ messages]

smokescreenx5
Scratcher
6 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

Yooo

WhatijStudios
Scratcher
52 posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

print(“Hello I am also learning python”)
Python_is_cool = eval(input(“Do you think python is a cool computer language?”))
If Python = eval(yes) :
print(“Nice you may learn Python if you didin't do that already”)
else :
print(“Oh > that's a bad choice Python is very nice to learn”)
print(“Anyway, signed by @WhatijStudios”)
MagicCrayon9342
Scratcher
1000+ posts

scratchattach - A Scratch API wrapper | v1.0 released (Python)

WhatijStudios wrote:

print(“Hello I am also learning python”)
Python_is_cool = eval(input(“Do you think python is a cool computer language?”))
If Python = eval(yes) :
print(“Nice you may learn Python if you didin't do that already”)
else :
print(“Oh > that's a bad choice Python is very nice to learn”)
print(“Anyway, signed by @WhatijStudios”)
Use code tags

[code language]
# example code
print("Hello, World!")
[/code]

Is ScratchDB down? Find out!

Powered by DjangoBB

Standard | Mobile