Тёмный

[PATCHED] How to Run any Script 24/7 for Free (Replit) 

Gunther
Подписаться 38 тыс.
Просмотров 194 тыс.
50% 1

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 211   
@GuntherSuper
@GuntherSuper Год назад
Links: 1. replit.com 2. uptimerobot.com (for nodejs) keep_alive.js: var http = require('http'); http.createServer(function (req, res) { res.write("I'm alive"); res.end(); }).listen(8080); In the main file (index.js) add: const keep_alive = require('./keep_alive.js') (for python) keep_alive.py: from flask import Flask,render_template from threading import Thread app = Flask(__name__) @app.route('/') def index(): return "Alive" def run(): app.run(host='0.0.0.0',port=8080) def keep_alive(): t = Thread(target=run) t.start() in the main py file add: from keep_alive import keep_alive keep_alive()
@xShadowXD
@xShadowXD Год назад
i can't find the webview or the link
@TheUntitledz
@TheUntitledz Год назад
Bruh I cant copy it
@SabaSo2
@SabaSo2 Год назад
from flask import Flask, render_template from threading import Thread app = Flask(__name__) @app.route('/') def index(): return "alive" def rün(): app.run(host='0.0.0.0',port=8080) def keep_alove(): t = Thread(Target=rün) t.start()
@Notwhalecoolos
@Notwhalecoolos Год назад
🎉
@Clintonlelop
@Clintonlelop Год назад
Hoe to copy 😢
@GANZzzx
@GANZzzx Год назад
wow that's work thank you very much,your make my day❤
@BgmiOp-c4r
@BgmiOp-c4r 2 месяца назад
Ghanta
@high.notes1
@high.notes1 Год назад
BRO THANK U SO MUCH MY SCRIPT WASNT WORKING CAUSE OF NIX MIGRATION AND THIS ACTUALLY FIXED IT TY I LOVE U
@kunal_dev7208
@kunal_dev7208 Год назад
Hi same, my script is not working as it shows : we are updatating your project. Can you tell me HOW can I stop it to MIgrate to NIX
@TheoMantos
@TheoMantos Год назад
Thank you so much man!! it works still!
@niceowl-g9m
@niceowl-g9m Год назад
Thank you so much ❤
@Rohit-pv4ph
@Rohit-pv4ph 9 месяцев назад
It's outdated now, replit updated their policies. It doesn't work
@icy4399
@icy4399 9 месяцев назад
have another alternative?
@akmyths2391
@akmyths2391 9 месяцев назад
Yeah mine just stopped working
@Rohit-pv4ph
@Rohit-pv4ph 9 месяцев назад
@@akmyths2391 yeah same, I don't know any good alternatives
@S_Rupom
@S_Rupom 9 месяцев назад
Right
@LILxbidox
@LILxbidox 9 месяцев назад
found anything?
@Dailylami
@Dailylami Год назад
Thanks bro good vidéo
@fxreayeebs
@fxreayeebs Год назад
Thx so much. I really appreciate it!
@barishni-blin
@barishni-blin Год назад
OMG THANKS!!
@ArcLeakers
@ArcLeakers Год назад
I have 1 question do you need to put that code then the webview tab will show up?
@mohammed6560
@mohammed6560 Год назад
worked!!!
@ziadgamed201
@ziadgamed201 Год назад
Bro
@tectectonic1701
@tectectonic1701 Год назад
Thanks dawg it worked
@NotWizPlayz
@NotWizPlayz Год назад
Yo can u help
@DrWoofOfficial
@DrWoofOfficial Год назад
Wait how... someone said it doesn't work anymore
@unknownmattr
@unknownmattr Год назад
@@DrWoofOfficial still work bro it always work
@cheeseylinushorts
@cheeseylinushorts Год назад
thank you bro
@sharifulislam7441
@sharifulislam7441 Год назад
Thank you. Is there any way to keep running shell 24/7 in replit? I need to run a command in shell that needs couple of week to complete!
@DominicNweze
@DominicNweze Год назад
Shell Script, I didn't know shell could make a server of their own
@ٴٴٴٴٴٴٴ.ٴٴٴٴٴٴٴٴٴ
@ٴٴٴٴٴٴٴ.ٴٴٴٴٴٴٴٴٴ 10 месяцев назад
Maybe you can create a php server on replit that also executes shell commands
@chittyrobo2004
@chittyrobo2004 Год назад
Thanks Bro
@lokmankhan3626
@lokmankhan3626 11 месяцев назад
Work🙃
@johnregie1413
@johnregie1413 Год назад
how about the webview?
@SwaroopVemula
@SwaroopVemula 9 месяцев назад
This trick is not working now. 😢
@homeaccounttt
@homeaccounttt Год назад
thankyouuuuuuuuuuuuuuuuuuuu so much bro
@samuelraposo4186
@samuelraposo4186 3 месяца назад
I see you guys were using an local host on the port 8080 impressive
@murri3193
@murri3193 10 месяцев назад
how do i see the url from replit? it doesnt show it for me i only see a slash
@JoyCatDev
@JoyCatDev 24 дня назад
Ty
@monarch6t9
@monarch6t9 Год назад
What do i do my code works but suddenly stops, yes i have uptime robot on, but suddenly it just dies idk why
@monarch6t9
@monarch6t9 Год назад
its irregular, it dies sometimes and sometimes it doesn't
@thebluescratchy2009
@thebluescratchy2009 Год назад
does this work on php? im running a wiki with mediawiki software (gosh i dont wanna use fandom) and im looking for something that is not discord bot-related
@activsiongame
@activsiongame Год назад
no.
@thebluescratchy2009
@thebluescratchy2009 Год назад
@@activsiongame oh well
@hz4929
@hz4929 11 месяцев назад
dude my webview link only says / am i supposed to put that in my Uptimerobot monitor?
@GuntherSuper
@GuntherSuper 11 месяцев назад
click "new tab" in the right side of url. You ll get the link you need
@Paulik76910
@Paulik76910 11 месяцев назад
​@@GuntherSuperBro, thank you, I searched for 4 MONTHS to find out this😁
@PinchengPhukon
@PinchengPhukon Месяц назад
Bro can i use this codes for my TG BOT which is deployed in GUITHUB
@jatin_9911
@jatin_9911 29 дней назад
Oh cool, telegram bot I will be your first user What your bot do
@Popcat-jb2wh
@Popcat-jb2wh Год назад
How to get webview ?I’ve done all step but there no webview on my right windows.
@RK9997
@RK9997 8 месяцев назад
How do i get a link?
@Voramae
@Voramae 11 месяцев назад
where need I insert the token in js
@Ernyzas
@Ernyzas Год назад
Nice
@turinanda-c3f
@turinanda-c3f 9 месяцев назад
what if i only use replit, does bot won't run 24/7?
@glitchy5420
@glitchy5420 Год назад
This does not work anymore. Replit automatically “stops” your connection after 24 hours elapse.
@GuntherSuper
@GuntherSuper Год назад
It's working for me, my steam and discord are online now
@glitchy5420
@glitchy5420 Год назад
@@GuntherSuper I can safely say it won’t work for the vast majority of people, and most discord bot tutorials have shifted to using other ways, or other sites.
@mickmickymick6927
@mickmickymick6927 Год назад
@@glitchy5420 what ways can you do it now?
@glitchy5420
@glitchy5420 Год назад
@@mickmickymick6927 Paying for replit, or hosting on other platforms. I think “Glitch” (the fish one?) still works.
@MauriceFilehunter
@MauriceFilehunter Год назад
​@@glitchy5420I think they started Payment Only too
@RaniDevi-rx3zl
@RaniDevi-rx3zl 3 месяца назад
Not working it stop after some time😢
@QUSay-z7c
@QUSay-z7c Год назад
Can you repeat the explanation in Python?
@FructoseDev
@FructoseDev Год назад
dude for js you showed the URL, but for my python discord bot, i don't know what to paste the URL As, Could you please tell me why??? @Gunther Please Answer My Question.
@GuntherSuper
@GuntherSuper Год назад
did u add keep_alive.js? if u did open webview tab
@orangefigs
@orangefigs Год назад
​@@GuntherSuper How do you open the webview tab?
@Krakenplayz4
@Krakenplayz4 Год назад
​@@orangefigsit opens automayically id you run the code by clicking ''run''
@v1Dice
@v1Dice 11 месяцев назад
does it work on codesandbox
@Mr_crafts23
@Mr_crafts23 2 месяца назад
Dose it work for minecraft servers??
@saurabhsatpute2423
@saurabhsatpute2423 9 месяцев назад
suggest a alternative for replit
@bhai431
@bhai431 7 месяцев назад
*Pls make step by step video*
@thelarkgaming2203
@thelarkgaming2203 Год назад
Does this works for Google Collab too?
@cahesaku
@cahesaku Год назад
Can someone tell me why you need uptimerobot
@arctrooper7648
@arctrooper7648 Год назад
how do I get the link in a replit project
@susguy446
@susguy446 Год назад
Its in the adress bar 💀
@theoceancookie
@theoceancookie Год назад
@@susguy446 im not getting webview for some reason
@ModeratorRezzy
@ModeratorRezzy 11 месяцев назад
can you make one for vscode but i will use this later in my future projects❤
@Abhiyash69
@Abhiyash69 Год назад
thanks
@bobbyrathor7509
@bobbyrathor7509 Год назад
how will it work for karuta autodrop n grabs?
@chillanomican
@chillanomican 9 месяцев назад
i cant find webview on a python file
@NiiKii_Chan01
@NiiKii_Chan01 10 месяцев назад
This file how to combine mongodb url hosting cloud server link ?
@baibaibaiiiii
@baibaibaiiiii 10 месяцев назад
anyone knows why bot keeps going offline for me even after this?
@consult.
@consult. Год назад
uptimerobot is terrible, once i closed out the uptimerobot tab it stopped my bot
@Jjer.z
@Jjer.z Год назад
it's not uptime's fault lol
@angrygamer5543
@angrygamer5543 Год назад
Can u please tell me how to import the script to the index.js file?
@hazush_
@hazush_ Год назад
var keep_alive = require('./link-to-your-script') (and its done, just the line)
@theanonymous6198
@theanonymous6198 Год назад
How to use it in python telegram bot
@Kochambambi123
@Kochambambi123 5 месяцев назад
A nie lepiej visual code pobrać i tam odpalać bota?
@MystiqueGamerOfficial
@MystiqueGamerOfficial 9 месяцев назад
It's dosent work if you want free host then mention me
@madfut.universe11
@madfut.universe11 8 месяцев назад
pls
@Animeshfoji
@Animeshfoji 4 месяца назад
yeh bro
@pierluigicollina3180
@pierluigicollina3180 3 месяца назад
pls
@Oh_Aleeh
@Oh_Aleeh 10 месяцев назад
for bash?
@Zecoder
@Zecoder Год назад
so.. how can i run my project?
@mayorc
@mayorc Год назад
What modules are supported in python, can i use aiogram? On Replit.
@GuntherSuper
@GuntherSuper Год назад
You can use it, you Can use it even with selenium
@mayorc
@mayorc Год назад
@@GuntherSuper Cool, selenium it's supported as well! It's 3.0 aiogram supported or just 2.0?
@denzelit8074
@denzelit8074 Год назад
no web view for me???
@GabrielGomes-mg2pm
@GabrielGomes-mg2pm Год назад
no web view for me too
@w7m220
@w7m220 Год назад
Make another tutorial please, and no replit. My script will be skidded. Python too ❤🎉
@Hprpsr500
@Hprpsr500 Год назад
why my bot is not onlinee
@farhanaislamsamiya73
@farhanaislamsamiya73 9 месяцев назад
it doesn't work now.
@STORM-jd9dm
@STORM-jd9dm Год назад
it didnt work help it closed
@thavunaik9757
@thavunaik9757 Год назад
Its not working anymore😢
@mxsowrove1578
@mxsowrove1578 10 месяцев назад
Do it show telegram on online
@lolSMPMinecraft
@lolSMPMinecraft Год назад
I use my compiler as popup for mobile than it doesnt stop
@Laryval27
@Laryval27 Год назад
For WhatsApp? As a chat bot?
@user-mq9jf4go2b
@user-mq9jf4go2b Год назад
i cant get the webview link anyone can help?
@CakeKingYTS
@CakeKingYTS Год назад
I cant copy this.
@HakuroHunggg
@HakuroHunggg Год назад
What about typescript
@nguyenhuyhoangnguyen5871
@nguyenhuyhoangnguyen5871 Год назад
js and py
@HakuroHunggg
@HakuroHunggg Год назад
@@nguyenhuyhoangnguyen5871 what?
@kapp2026
@kapp2026 9 месяцев назад
Plzzz new méthode he does't work in 2024
@Duluper
@Duluper Год назад
Well I have a C# project :)
@thangtienngao
@thangtienngao 2 месяца назад
don't work
@S_Rupom
@S_Rupom 9 месяцев назад
Not working now
@seamless_tube
@seamless_tube Год назад
Bro your telling very fast could you upload video with low speed plz
@aiainul3063
@aiainul3063 Год назад
still work?
@unknownmattr
@unknownmattr Год назад
yup
@audiogameyt
@audiogameyt Год назад
dont i have to put my token somewhere?
@susguy446
@susguy446 Год назад
Yes but its not safe to put it on a Public replit
@DrWoofOfficial
@DrWoofOfficial Год назад
@@susguy446I put in Secrets
@Blitzlepro
@Blitzlepro 9 месяцев назад
​@@susguy446secret
@ext4si
@ext4si 6 месяцев назад
can u do a auto skull discord script ?
@MasudRanaFaizan
@MasudRanaFaizan Год назад
bro what is this problem Traceback (most recent call last): File "main.py", line 1, in from keep_alive import keep_alive File "/home/runner/Cinemaz-ok/keep_alive.py", line 1, in from flask import Flask,render_template ModuleNotFoundError: No module named 'flask'
@s2gamer776
@s2gamer776 Год назад
Same problem bro
@abdelfattahboubekeur1563
@abdelfattahboubekeur1563 Год назад
"Pip install flask" in the shell
@j4mess
@j4mess Год назад
write pip install flask in shell 💀
@zirconwanted
@zirconwanted Год назад
Python please?
@urrrees520
@urrrees520 Год назад
Did this for a discord nitro sniper and got 3 months nitro once in a year
@Mrspice134
@Mrspice134 Год назад
how
@k5wdk
@k5wdk Год назад
You need to paste in a token 😂
@sweatnico
@sweatnico Год назад
No, not with enviroment, and second, it‘s safer to not paste the token, because it would be public without spending money and people can easily can get into your account and get you in big trouble.
@sweatnico
@sweatnico Год назад
And it would be public in the video
@itsyaboivoid
@itsyaboivoid Год назад
Oh god, not replit again. Replit is BAD platform
@GuntherSuper
@GuntherSuper Год назад
Its free and allows you to run anything you want
@Mamamo-lb5po
@Mamamo-lb5po Год назад
​@@itsyaboivoid vsc free?
@itsyaboivoid
@itsyaboivoid Год назад
@@Mamamo-lb5po yes
@Mamamo-lb5po
@Mamamo-lb5po Год назад
@@itsyaboivoid do you have a tutorial video how to create ai in messenger for free and active 24/7 sir
@ChariTT
@ChariTT Год назад
@@itsyaboivoid dude, in what way are you supose to use visual studio code with a 24/7 hosting server, wtf
@denzelit8074
@denzelit8074 Год назад
can't g et it to work
@Zecoder
@Zecoder Год назад
bro wtf is this video, it's so confusing
@ihenners_
@ihenners_ Год назад
I wouldn’t do this - very unreliable and there’s high chance your script could be exposed to others (bye bye discord token)
@heyimzoid
@heyimzoid Год назад
There is something called making a secret key 😐
@ihenners_
@ihenners_ Год назад
@@heyimzoid what?
@heyimzoid
@heyimzoid Год назад
@@ihenners_ replit has a feature where you can make a secret key and only you can see it and no one else so all you have to do is make a key and make value as your discord token then use the key name in your script
@mxsowrove1578
@mxsowrove1578 10 месяцев назад
Hi
@XRDEnDeRmAn
@XRDEnDeRmAn Год назад
00:00
@glitchdudeyt4316
@glitchdudeyt4316 Год назад
HOW THE FUCK DO YOU GET WEBVIEW?!!!?!
@LILxbidox
@LILxbidox Год назад
bro create a keep alive fine then copy past the codes there
@kzokthreesixzeros7025
@kzokthreesixzeros7025 Год назад
0:20
@potatokujo4673
@potatokujo4673 Год назад
0:01
@freedmaaan
@freedmaaan Год назад
Mine stops after like 1 hour, any fixes?
@MiirFy
@MiirFy Год назад
UptimeRobot stopped to support Replit since April 2022... That's why
@freedmaaan
@freedmaaan Год назад
@@MiirFy mine stops from replit now from UptimeRobot
@grimgrothse
@grimgrothse 10 месяцев назад
does this still work? @GuntherSuper
@pixeledpic1846
@pixeledpic1846 Год назад
Traceback (most recent call last): File "main.py", line 6, in from keep_alive import keep_alive File "/home/runner/WiryNavyArchives/keep_alive.py", line 1 keep_alive.py: ^ SyntaxError: invalid syntax Gives me this error
@ArchiveroInsano
@ArchiveroInsano Год назад
the file name
@iqminecraft6985
@iqminecraft6985 Год назад
Can i setting status?
@dankYbat
@dankYbat Год назад
thanks
@santtsz07_
@santtsz07_ Год назад
00:01
Далее
No Code App Development is a Trap
9:31
Просмотров 272 тыс.
ITZY "GOLD" M/V
03:20
Просмотров 6 млн
I made my own Code Editor
12:02
Просмотров 311 тыс.
Top 30 Flutter Tips and Tricks
6:50
Просмотров 562 тыс.
40 APIs Every Developer Should Use (in 12 minutes)
12:23
So, you want to build apps & websites?
9:34
Просмотров 213 тыс.
Best Platforms to Host Python Apps (for free!!)
9:50
Просмотров 127 тыс.