Discuss Scratch

MagicCrayon9342
Scratcher
1000+ posts

scratchattach - A Scratch API wrapper (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?

-FreeEngines-
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (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 (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.

TimMcCool
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (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.

Developer of scratchattach, the most popular Python Scratch API wrapper
holybird3
Scratcher
18 posts

scratchattach - A Scratch API wrapper (Python)

Cool!
Loganmcc04
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (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 (Python)

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

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

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

scratchattach - A Scratch API wrapper (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 (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
8 posts

scratchattach - A Scratch API wrapper (Python)

Sounds amazing



Loganmcc04
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (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
8 posts

scratchattach - A Scratch API wrapper (Python)

wish I had python



Loganmcc04
Scratcher
100+ posts

scratchattach - A Scratch API wrapper (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 (Python)

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

scratchattach - A Scratch API wrapper (Python)

-Golden-Finch- wrote:

wish I had python
install it?
smokescreenx5
Scratcher
6 posts

scratchattach - A Scratch API wrapper (Python)

when green flag clicked
show variable [ messages]

smokescreenx5
Scratcher
6 posts

scratchattach - A Scratch API wrapper (Python)

Yooo

WhatijStudios
Scratcher
54 posts

scratchattach - A Scratch API wrapper (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 (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]

WhatijStudios
Scratcher
54 posts

scratchattach - A Scratch API wrapper (Python)

#example code
print("ok thanks for the warning")

Powered by DjangoBB