Discuss Scratch

USER0124816
Scratcher
59 posts

How do you open a server???

Guys, I've seen many, Many and MANY projects like Cloud Logo Search, Cloud User Lookup, etc. that has servers. But can anyone tell me how to make it???

This is my signature, so please don't report this post for advertising…
To make your own, copy "https://scratch.mit.edu/discuss/settings/Your Username/

when green flag clicked
wait until <(You) are (Following Me)>
say (Thank you!)

when green flag clicked
wait until <<[Your following list] contains [USER0124816] > and <You Loved and Faved My projects>
say [Thanks!] for (16) secs
change [USER0124816's happiness] by (♾)
stop [all]


















t̶i̶d̶y̶!̶ ⓜⓔⓢⓢⓨ!
mbrick2
Scratcher
1000+ posts

How do you open a server???

Use a python library like scratchconnect by sid72020123 and host it on an uptime replt with the code and encode on the way out connect to the api send data back








My Forums
ATs
Collabaration
My collabs
AIPoint
AspectOS
CoreOS
OddyseyOS
Cops and Robbers
#BringBackManagerRights
#ReturnRightsToManagers
#WeAreForManagerRights
#LetsRemindAboutMangers
#WeAreMangers
#MangersMustManage

The road to 1000 posts!
0 ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ 1000
80% complete

Banner Made By @Abcde26



Card Made By @Polygon
USER0124816
Scratcher
59 posts

How do you open a server???

mbrick2 wrote:

Use a python library like scratchconnect by sid72020123 and host it on an uptime replt with the code and encode on the way out connect to the api send data back
Can you provide me with an engine for that? Coz I don't know coding

This is my signature, so please don't report this post for advertising…
To make your own, copy "https://scratch.mit.edu/discuss/settings/Your Username/

when green flag clicked
wait until <(You) are (Following Me)>
say (Thank you!)

when green flag clicked
wait until <<[Your following list] contains [USER0124816] > and <You Loved and Faved My projects>
say [Thanks!] for (16) secs
change [USER0124816's happiness] by (♾)
stop [all]


















t̶i̶d̶y̶!̶ ⓜⓔⓢⓢⓨ!
--Jung--
Scratcher
100+ posts

How do you open a server???

USER0124816 wrote:

mbrick2 wrote:

Use a python library like scratchconnect by sid72020123 and host it on an uptime replt with the code and encode on the way out connect to the api send data back
Can you provide me with an engine for that? Coz I don't know coding
Can you code python?

___________________________________________________________________________________________________________________

Hello I am –Jung–
I like to make game and some technical project
COOL PROJECT
Paint

___________________________________________________________________________________________________________________
USER0124816
Scratcher
59 posts

How do you open a server???

--Jung-- wrote:

(#4)

USER0124816 wrote:

mbrick2 wrote:

Use a python library like scratchconnect by sid72020123 and host it on an uptime replt with the code and encode on the way out connect to the api send data back
Can you provide me with an engine for that? Coz I don't know coding
Can you code python?
No

This is my signature, so please don't report this post for advertising…
To make your own, copy "https://scratch.mit.edu/discuss/settings/Your Username/

when green flag clicked
wait until <(You) are (Following Me)>
say (Thank you!)

when green flag clicked
wait until <<[Your following list] contains [USER0124816] > and <You Loved and Faved My projects>
say [Thanks!] for (16) secs
change [USER0124816's happiness] by (♾)
stop [all]


















t̶i̶d̶y̶!̶ ⓜⓔⓢⓢⓨ!
--Jung--
Scratcher
100+ posts

How do you open a server???

USER0124816 wrote:

--Jung-- wrote:

(#4)

USER0124816 wrote:

mbrick2 wrote:

Use a python library like scratchconnect by sid72020123 and host it on an uptime replt with the code and encode on the way out connect to the api send data back
Can you provide me with an engine for that? Coz I don't know coding
Can you code python?
No
@sid72020123 have made Python Library you can view it at https://github.com/Sid72020123/scratchconnect read the documentation then install python them type in cmd “pip install scratchconnect”

___________________________________________________________________________________________________________________

Hello I am –Jung–
I like to make game and some technical project
COOL PROJECT
Paint

___________________________________________________________________________________________________________________
--Jung--
Scratcher
100+ posts

How do you open a server???

USER0124816 wrote:

Guys, I've seen many, Many and MANY projects like Cloud Logo Search, Cloud User Lookup, etc. that has servers. But can anyone tell me how to make it???
If you don't know python I think you need to learn it first

___________________________________________________________________________________________________________________

Hello I am –Jung–
I like to make game and some technical project
COOL PROJECT
Paint

___________________________________________________________________________________________________________________
-EmeraldThunder-
Scratcher
1000+ posts

How do you open a server???

Do you know JavaScript? There are several node libraries for scratch.

Nothing here.
kccuber
Scratcher
1000+ posts

How do you open a server???

--Jung-- wrote:

USER0124816 wrote:

--Jung-- wrote:

(#4)

USER0124816 wrote:

mbrick2 wrote:

Use a python library like scratchconnect by sid72020123 and host it on an uptime replt with the code and encode on the way out connect to the api send data back
Can you provide me with an engine for that? Coz I don't know coding
Can you code python?
No
@sid72020123 have made Python Library you can view it at https://github.com/Sid72020123/scratchconnect read the documentation then install python them type in cmd “pip install scratchconnect”
problem is pip install scratchconnect doesn't always work. Somethimes you need one of these (Try the top one first)
python -m pip install scratchconnect
or
python3 -m pip install scratchconnect

Last edited by kccuber (Jan. 10, 2022 22:13:47)



Made using Nord Theme & Inkscape
MagicCrayon9342
Scratcher
1000+ posts

How do you open a server???

kccuber wrote:

--Jung-- wrote:

USER0124816 wrote:

--Jung-- wrote:

(#4)

USER0124816 wrote:

mbrick2 wrote:

Use a python library like scratchconnect by sid72020123 and host it on an uptime replt with the code and encode on the way out connect to the api send data back
Can you provide me with an engine for that? Coz I don't know coding
Can you code python?
No
@sid72020123 have made Python Library you can view it at https://github.com/Sid72020123/scratchconnect read the documentation then install python them type in cmd “pip install scratchconnect”
problem is pip install scratchconnect doesn't always work. Somethimes you need one of these (Try the top one first)
python -m pip install scratchconnect
or
python3 -m pip install scratchconnect
gotta add the directory of pip to the PATH in environment variables control panel.

-EmeraldThunder-
Scratcher
1000+ posts

How do you open a server???

MagicCrayon9342 wrote:

gotta add the directory of pip to the PATH in environment variables control panel.
That happens by default on most systems.

Nothing here.
MagicCrayon9342
Scratcher
1000+ posts

How do you open a server???

-EmeraldThunder- wrote:

MagicCrayon9342 wrote:

gotta add the directory of pip to the PATH in environment variables control panel.
That happens by default on most systems.
other than windows unless the user specifically selects it during installer.

Maximouse
Scratcher
1000+ posts

How do you open a server???

MagicCrayon9342 wrote:

-EmeraldThunder- wrote:

MagicCrayon9342 wrote:

gotta add the directory of pip to the PATH in environment variables control panel.
That happens by default on most systems.
other than windows unless the user specifically selects it during installer.
Isn't it selected by default?


This is Maximouse's signature. Learn more about signatures.
USER0124816
Scratcher
59 posts

How do you open a server???

Is this a chating room?

This is my signature, so please don't report this post for advertising…
To make your own, copy "https://scratch.mit.edu/discuss/settings/Your Username/

when green flag clicked
wait until <(You) are (Following Me)>
say (Thank you!)

when green flag clicked
wait until <<[Your following list] contains [USER0124816] > and <You Loved and Faved My projects>
say [Thanks!] for (16) secs
change [USER0124816's happiness] by (♾)
stop [all]


















t̶i̶d̶y̶!̶ ⓜⓔⓢⓢⓨ!
USER0124816
Scratcher
59 posts

How do you open a server???

B

--Jung-- wrote:

(#4)

USER0124816 wrote:

mbrick2 wrote:

Use a python library like scratchconnect by sid72020123 and host it on an uptime replt with the code and encode on the way out connect to the api send data back
Can you provide me with an engine for that? Coz I don't know coding
Can you code python?
BTW, how do you update a signature?

This is my signature, so please don't report this post for advertising…
To make your own, copy "https://scratch.mit.edu/discuss/settings/Your Username/

when green flag clicked
wait until <(You) are (Following Me)>
say (Thank you!)

when green flag clicked
wait until <<[Your following list] contains [USER0124816] > and <You Loved and Faved My projects>
say [Thanks!] for (16) secs
change [USER0124816's happiness] by (♾)
stop [all]


















t̶i̶d̶y̶!̶ ⓜⓔⓢⓢⓨ!
Chiroyce
Scratcher
1000+ posts

How do you open a server???

Maximouse wrote:

Isn't it selected by default?
Afaik - nope. You have to click the checkbox


(screenshot from here | 1:15)







April Fools' topics:
New Buildings in Scratch's headquarters
Give every Scratcher an M1 MacBook Air
Scratch should let users edit other Scratchers' projects
Make a statue for Jeffalo
Scratch Tech Tips™
Make a Chiroyce statue emoji


<img src=“x” onerror=“alert('XSS vulnerability discovered')”>

this is a test sentence

Powered by DjangoBB