Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Free hosting options for python. (Used for scratchattach servers and similar)
- dynamicsofscratch
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#100)yoo it's sid and cloudYep pretty much. ALSO TYSM for the follow.Sid? The owner of my favorite scratch to python thing? (I don't know what else to call it) Master coder? *Faints*
-cloudcoding-? The owner of my favourite cloud projects? (I don't know what to call it) Master cloud coder? *Faints*
What? What happened? Are you surprised that I'm back after stating that I will be inactive for 2 years? Lol.
- yadayadayadagoodbye
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Why did I not know about this earlier 





- dynamicsofscratch
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#102)oh well, better luck next time. no benefit in getting angry now.
Why did I not know about this earlier
- -unrelated-
-
Scratcher
60 posts
Free hosting options for python. (Used for scratchattach servers and similar)
Calm down
- -unrelated-
-
Scratcher
60 posts
Free hosting options for python. (Used for scratchattach servers and similar)
bump
- davidtheplatform
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
So apparently deta.space can have public routes, ie. anyone can use them without signing in.
All you have to do is “primary: true” and “public: true” to the spacefile, so it looks like this:
(make sure to change the other parameters to match your app)
Then put the app on your horizon (purple circle at the bottom -> add card -> installed app -> <name of your app>), hover over the new tile, and click the name at the top right. If you set everything up correctly the page it opens should be public and you don't have to be signed in to use it.
All you have to do is “primary: true” and “public: true” to the spacefile, so it looks like this:
v: 0
micros:
- name: python-app
src: ./src
engine: python3.9
run: flask run
primary: true
public: true
auto_pwa: false
Then put the app on your horizon (purple circle at the bottom -> add card -> installed app -> <name of your app>), hover over the new tile, and click the name at the top right. If you set everything up correctly the page it opens should be public and you don't have to be signed in to use it.
- -unrelated-
-
Scratcher
60 posts
Free hosting options for python. (Used for scratchattach servers and similar)
So apparently deta.space can have public routes, ie. anyone can use them without signing in.dev mode cannot be enabled
All you have to do is “primary: true” and “public: true” to the spacefile, so it looks like this:(make sure to change the other parameters to match your app)v: 0
micros:
- name: python-app
src: ./src
engine: python3.9
run: flask run
primary: true
public: true
auto_pwa: false
Then put the app on your horizon (purple circle at the bottom -> add card -> installed app -> <name of your app>), hover over the new tile, and click the name at the top right. If you set everything up correctly the page it opens should be public and you don't have to be signed in to use it.
- ninjaMAR
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Cloudflare workers seems to have python support
https://developers.cloudflare.com/workers/languages/python/
https://developers.cloudflare.com/workers/languages/python/
- Sid72020123
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Cloudflare workers seems to have python support
https://developers.cloudflare.com/workers/languages/python/
Unfortunately, Cloudflare Workers is a serverless service which means we can't use loops and long tasks as cloud requests in scratchattach.
- -cloudcoding-
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Imma need a tutorial for crystalhost. (the internet is zilch help)
- -cloudcoding-
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Render.com looks good.
- -unrelated-
-
Scratcher
60 posts
Free hosting options for python. (Used for scratchattach servers and similar)
i dunno
- -cloudcoding-
-
Scratcher
1000+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
i dunnoNevermind. It's horrifying. Discloud is another one (used for platewire hosting but…)
- davidtheplatform
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
When are you getting that error?So apparently deta.space can have public routes, ie. anyone can use them without signing in.dev mode cannot be enabled
All you have to do is “primary: true” and “public: true” to the spacefile, so it looks like this:(make sure to change the other parameters to match your app)v: 0
micros:
- name: python-app
src: ./src
engine: python3.9
run: flask run
primary: true
public: true
auto_pwa: false
Then put the app on your horizon (purple circle at the bottom -> add card -> installed app -> <name of your app>), hover over the new tile, and click the name at the top right. If you set everything up correctly the page it opens should be public and you don't have to be signed in to use it.
- TheCommCraft
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#114)It's not an error. Enabling dev mode is not possible anymoreWhen are you getting that error?So apparently deta.space can have public routes, ie. anyone can use them without signing in.dev mode cannot be enabled
All you have to do is “primary: true” and “public: true” to the spacefile, so it looks like this:(make sure to change the other parameters to match your app)v: 0
micros:
- name: python-app
src: ./src
engine: python3.9
run: flask run
primary: true
public: true
auto_pwa: false
Then put the app on your horizon (purple circle at the bottom -> add card -> installed app -> <name of your app>), hover over the new tile, and click the name at the top right. If you set everything up correctly the page it opens should be public and you don't have to be signed in to use it.
- bigspeedfpv
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
vercel is a serverless platform do NOT try to host something on it 24/7 or you will be charged tens of thousands of dollars lolVercel seems to be perfect for now but I'll do some testing first.After some research, I conclude that Vercel cannot be used for scratchattach hosting but it can be used for flask servers and perhaps as a pinging system for glitch
- -unrelated-
-
Scratcher
60 posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#116)That's what I said?vercel is a serverless platform do NOT try to host something on it 24/7 or you will be charged tens of thousands of dollars lolVercel seems to be perfect for now but I'll do some testing first.After some research, I conclude that Vercel cannot be used for scratchattach hosting but it can be used for flask servers and perhaps as a pinging system for glitch
- TheCommCraft
-
Scratcher
500+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
- Ghxstify2009
-
Scratcher
100+ posts
Free hosting options for python. (Used for scratchattach servers and similar)
Could I use glitch.com? Thank you for considering this.
- -unrelated-
-
Scratcher
60 posts
Free hosting options for python. (Used for scratchattach servers and similar)
(#119)You would need a pinging service
Could I use glitch.com? Thank you for considering this.
- Discussion Forums
- » Advanced Topics
-
» Free hosting options for python. (Used for scratchattach servers and similar)









