Discuss Scratch

Tunibal_Scratcher
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

☄️ Aristo Shop
Your shop is invited to subscribe to Aristo Shop!

Aristo Shop is a place to order anything Scratch - from code and art, to even hosting cloud variables. Aristo Shop works by forwarding your order to multiple shops that take your order. Since we have shops offering multiple different services, we essentially offer “everything.”

View our topic for more information.

This is optional and you are free to choose not to join.
Dagriffpatchfan
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Tunibal_Scratcher wrote:

☄️ Aristo Shop
Your shop is invited to subscribe to Aristo Shop!

Aristo Shop is a place to order anything Scratch - from code and art, to even hosting cloud variables. Aristo Shop works by forwarding your order to multiple shops that take your order. Since we have shops offering multiple different services, we essentially offer “everything.”

View our topic for more information.

This is optional and you are free to choose not to join.
Didn’t I already join when it was called airshop?
kRxZy_kRxZy
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Dagriffpatchfan wrote:

Tunibal_Scratcher wrote:

☄️ Aristo Shop
Your shop is invited to subscribe to Aristo Shop!

Aristo Shop is a place to order anything Scratch - from code and art, to even hosting cloud variables. Aristo Shop works by forwarding your order to multiple shops that take your order. Since we have shops offering multiple different services, we essentially offer “everything.”

View our topic for more information.

This is optional and you are free to choose not to join.
Didn’t I already join when it was called airshop?
This is not airshop, this is a different shop
mcgdj
Scratcher
73 posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

kRxZy_kRxZy wrote:

50_scratch_tabs wrote:

mcgdj wrote:

(#277)
import scratchattach
import schedule
import time
# Set your Scratch username and password
username = "usernamej"
password = "your_password_here"
# Set the discussion ID and the text you want to post
discussion_id = "791640"
text = "[img]https://u.cubeupload.com/Dagriffpatchpatchfan/858Untitledpresentation.png[/img]"
# Create a Scratchattach session
session = scratchattach.Session(username, password)
def post_to_scratch():
    # Send the POST request to create a new post
    try:
        session.post_comment(discussion_id, text)
        print("Post created successfully!")
    except scratchattach.exceptions.ScratchError as e:
        print("Failed to create post:", e)
# Schedule the post to run every 24 hours
schedule.every(24).hours.do(post_to_scratch)
while True:
    schedule.run_pending()
    time.sleep(1)
This ummm… still performs social actions. Also I don't even think the code is right.
The code is wrong because you put
 session = scratchattach.Session(username, password) 
instead of
 session = sa.login("USERNAME", "PASSWORD") 
Oh, I see. I guess I will just abandon the idea altogether.
Dagriffpatchfan
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

kRxZy_kRxZy wrote:

Dagriffpatchfan wrote:

Tunibal_Scratcher wrote:

☄️ Aristo Shop
Your shop is invited to subscribe to Aristo Shop!

Aristo Shop is a place to order anything Scratch - from code and art, to even hosting cloud variables. Aristo Shop works by forwarding your order to multiple shops that take your order. Since we have shops offering multiple different services, we essentially offer “everything.”

View our topic for more information.

This is optional and you are free to choose not to join.
Didn’t I already join when it was called airshop?
This is not airshop, this is a different shop
I’ll just stick with airshop
Mozboz
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Dagriffpatchfan wrote:

kRxZy_kRxZy wrote:

Dagriffpatchfan wrote:

Tunibal_Scratcher wrote:

☄️ Aristo Shop
Your shop is invited to subscribe to Aristo Shop!

Aristo Shop is a place to order anything Scratch - from code and art, to even hosting cloud variables. Aristo Shop works by forwarding your order to multiple shops that take your order. Since we have shops offering multiple different services, we essentially offer “everything.”

View our topic for more information.

This is optional and you are free to choose not to join.
Didn’t I already join when it was called airshop?
This is not airshop, this is a different shop
I’ll just stick with airshop
Close the tags.
Dagriffpatchfan
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Ok

Mozboz wrote:

Dagriffpatchfan wrote:

kRxZy_kRxZy wrote:

Dagriffpatchfan wrote:

Tunibal_Scratcher wrote:

☄️ Aristo Shop
Your shop is invited to subscribe to Aristo Shop!

Aristo Shop is a place to order anything Scratch - from code and art, to even hosting cloud variables. Aristo Shop works by forwarding your order to multiple shops that take your order. Since we have shops offering multiple different services, we essentially offer “everything.”

View our topic for more information.

This is optional and you are free to choose not to join.
Didn’t I already join when it was called airshop?
This is not airshop, this is a different shop
I’ll just stick with airshop
Close the tags.
kRxZy_kRxZy
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Dagriffpatchfan wrote:

kRxZy_kRxZy
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Dagriffpatchfan wrote:


kRxZy_kRxZy
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

kRxZy_kRxZy wrote:

Dagriffpatchfan wrote:


mcgdj
Scratcher
73 posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Dagriffpatchfan wrote:

kRxZy_kRxZy
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

mcgdj wrote:

Dagriffpatchfan wrote:

kRxZy_kRxZy
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

mcgdj wrote:

Dagriffpatchfan wrote:

cool-shop-dude
Scratcher
100+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Where is the partnership form? Our shop would love to partner up
Dagriffpatchfan
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

cool-shop-dude wrote:

Where is the partnership form? Our shop would love to partner up
What do you specialize in? What is your shops topic link? I’ll check it out and then apply there
cool-shop-dude
Scratcher
100+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Dagriffpatchfan wrote:

(#295)

cool-shop-dude wrote:

Where is the partnership form? Our shop would love to partner up
What do you specialize in? What is your shops topic link? I’ll check it out and then apply there
We specialize in most everything, like a multi-purpose shop
Here is the link
Dagriffpatchfan
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

cool-shop-dude wrote:

Dagriffpatchfan wrote:

(#295)

cool-shop-dude wrote:

Where is the partnership form? Our shop would love to partner up
What do you specialize in? What is your shops topic link? I’ll check it out and then apply there
We specialize in most everything, like a multi-purpose shop
Here is the link
Ok, quote and then edit the bbc code displaying a partner shop to customize it to your liking then post it here for me to add
Dagriffpatchfan
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Dagriffpatchfan wrote:

kRxZy_kRxZy
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Dagriffpatchfan wrote:


50_scratch_tabs
Scratcher
1000+ posts

Use Text ML, Sync ☁️Cloud☁️ Variables between projects, host code, and more!

Infinite cloud storage is probably fine unless you're exploiting Scratch itself to do so. It's fine if it's stored on your device.
Also 300th post!

Powered by DjangoBB